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.

How to create a popup window (PopupWindow) in Android

To create a simple working PopupWindow, we need to do the following: popup_example.xml: <?xml version="1.0" encoding="utf-8"?&…

android popupwindow android-popupwindow
How to handle Pop-up in Selenium WebDriver using Java

I want to handle sign-in part in rediff.com, but the below code doesn't work for that: driver.get("http://…

java selenium-webdriver popup popupwindow
Add a UIView above all, even the navigation bar

I want to display, above any other views, even the navigation bar, a kind of "pop-up" view that looks like …

ios uiviewcontroller uinavigationbar popupwindow
Blur or dim background when Android PopupWindow active

I would like to be able to either blur or dim the background when I show my popup window using …

android popupwindow android-popupwindow
how to make window.open pop up Modal?

I am currently using window.showModalDilog to open a modal pop up window which is not allowing the parent window …

javascript jquery popup popupwindow
jQuery function to open link in new window

I'm trying to find a plugin or simple script to open a file in a popup window by clicking on …

javascript jquery popupwindow
Android PopupWindow with Tooltip Arrow

I've seen a lot of questions about removing the border of a PopupWindow by passing null or new Drawable() to …

android popupwindow
PopupWindow - Dismiss when clicked outside

I have a PopupWindow on my activity, the thing is my PopupWindow still shows even when I'm interacting with my …

android popupwindow android-menu
window.open to center of screen

I am using window.open to open a popup window like so: <a href="http://path/to/url" onclick="…

javascript popupwindow window.open
How to close popup window and redirect the parent window

string dialog_url = "http://www.facebook.com/dialog/oauth?client_id=" + app_id + "&redirect_uri=" + Server.UrlEncode(my_url) + "&…

javascript facebook popupwindow