Top "Popupwindow" questions

A window that appears ('pops up', hence the name) when you select an option with a mouse or press a designated function key.

Android popup window not filling screen size?

I am trying to make a simple pop up window. But every time I make one, it ends up being …

android popupwindow android-popupwindow
Open new tab without popup blocker after ajax call on user click

I have a page that enable user to perform image manipulation via HTML5 canvas, on the page, there's a facebook …

javascript popupwindow popup-blocker
Problems creating a Popup Window in Android Activity

I'm trying to create a popup window that only appears the first time the application starts. I want it to …

android popupwindow
How do I create a popup window in tkinter?

I have a problem creating a popup window for a program. Code: from tkinter import * from tkinter import ttk import …

python-3.x tkinter popup popupwindow
Android popup window dismissal

I have a popup window displaying when I click an item in my list activity. The problem is that the …

android popupwindow
How to make items clickable in list view?

I have been trying to search for a solution, but with very little success. I have to display a pop …

android listview popupwindow clickable onitemclicklistener
How to show PopupWindow at special location?

I need to show PopupWindow under one Views shown on the screen. How can I calculate coordinates of needed View …

android popupwindow
Android Custom PopupWindow/Dialog

I'm trying to get a completely custom Dialog or PopupWindow, without any of the default Android UI controls (title, background, …

android dialog skinning popupwindow
Android - PopupWindow above a specific view

I am developing an application for Android and I am using a popup window when the user clicks a specific …

android popupwindow
Create a popup window in plain javascript

In a specific page a user will press a button but on button press before the actual processing, I need …

javascript html popupwindow