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.

Switch to popup windows in cucumber, capybara

In RSpec i can use such code switch to popup window, link, How can i do such thing in Cucumber …

ruby capybara popupwindow
Android ListView's setOnItemClickListener from PopupWindow not called

I'm trying to show a ListView from a PopupWindow. but when I'm try to call ListView's setOnItemClickListener nothing to haapen. …

java android popupwindow
How to show the PopupWindow alway above the button(view)?

The Design requirements is,have a listview,in the items of listview,have a button,press the button, and then,…

android popupwindow
Open a PopupWindow and let the outsides still touchable

How to open a PopupWindow on Android and let all the others components touchable without dismiss the PopupWindow? This is …

android popupwindow
When to use Android PopupWindow vs Dialog

I'm unclear about when to use PopupWindow vs Dialog. Any insight would be much appreciated. Thanks.

android comparison dialog use-case popupwindow
Show PopupWindow above a particular view

I am trying to show a PopupWindow above relative layout. popupWindow.showAtLocation(layout, Gravity.BOTTOM |Gravity.CENTER, 0, layout); Where layout …

java android popupwindow
Android PopupWindow Does Not Dismiss

I've got the following code that creates a PopupWindow containing an EditText: lbs.setOnTouchListener(new OnTouchListener(){ @Override public boolean onTouch(…

android popupwindow dismiss
Can android PopupWindow show another PopupWindow?

Can android PopupWindow show another PopupWindow? How many PopupWindow can be opened in the same time? Only one? The first …

android popup popupwindow
FB.login inside FB.getLoginStatus popup window blocked

I'm trying to integrate Facebook login into my website with Facebook Javascript SDK. According to the step by step instructions …

facebook-javascript-sdk popupwindow
Android: How to drag(move) PopupWindow?

I want to be able to move PopupWindow on touch dragging. I don't want UI to update on the release …

android drag popupwindow