In general, popup refers to any UI element that floats above a window or application surface. This may include tooltips, context menus, and modal dialog windows.

learn more… | top users | synonyms

4
votes
0answers
142 views

MouseButtonEventArgs.MouseDevice.DirectlyOver misunderstanding

I was faced with the next misunderstanding. Preamble: I have wpf application with next essential UI parts: RadioButtons and some control that use dropdown based on Popup (in combobox manner). ...
3
votes
0answers
423 views

Close a Chrome extension popup by clicking the browser action icon again

I'm developing a Chrome extension and I wanted to know if it is possible to close a popup by simply clicking again the icon that lets you open the popup: I tried anything but it looks like you must ...
3
votes
0answers
216 views

Detect and Handle Pop-ups in Webview and open url in new Tab or window

I just want to know is there is any other way to handle pop up for websites in android Webview and opening in new tab or open in new window using webview. open urls which are generally opened in new ...
2
votes
0answers
131 views

Why with select data-native-menu=“false” options are not showing?

I am using jquery mobile 1.3.0 and I have the following code for the select menu. When I use data-native-menu="false" the options are not showing up. Without data-native-menu="false" the options ...
2
votes
0answers
81 views

eclipse rcp: custom popup menu behavior (2-way popup menu)

I would like to ask your advise on the following: I'd like to change the default behavior of popup menus, so that first a custom pre-popup will show up with some menu-items -- one of the items will ...
2
votes
0answers
140 views

Open aspx Page after WCF Callback

I've the following problem: I have to implemented a kind of a chat application. Therefore I use ASP.NET 4.5 and WCF. When I'm start click on the person I want to chat with, I call a wcf webservice. ...
2
votes
0answers
454 views

JQuery mobile -Edit Listview and count bubbles with Popup

I wanna make List which is there is Count Bubbles in it, but the count bubbles is Dynamic, So I mean when the list is clicked, the popup will be shown and asking The value, if we input the value and ...
2
votes
0answers
172 views

How to show a WPF modal window over a WPF popup?

I have a WPF app where I make my screen dark and show the user a popup for him to fill in some data. One of the controls hosted in that popup might raise a modal window asking the user to confirm ...
2
votes
0answers
125 views

Rounded popup for JCombobox

I'm using nimbus as L&F but i really like to have rounded shape combobox dropdown like seaglass L&F. See following images. Nimbus Seaglass How can i achieve that effect. is Overriding ...
2
votes
0answers
132 views

issue with jquery and settimeout function , showing popup block on browser

I want to submit Form using jquery on new tab with messgae on parent screen. Actually Form should submit on new page after 10 sec (we will show wait message on screen). but it is showing popup blocker ...
2
votes
0answers
202 views

Redirect secure URL with javascript without breaking the back button

I have a popup generated from a parent jsp page. The popup contains a button which on click, closes the popup and redirects the parent page in the following manner: self.close(); opener.location = ...
2
votes
0answers
182 views

Modal popup from livepipe

I need to use the "modal window" of livepipe(a prototype plugin) to make a popup window in my application. The demo of this in its website shows triggering the popup via clicking a <a> tag. ...
2
votes
0answers
208 views

Posting a page to an iframe causing pop-up blocker to prevent the post action

I'm trying to get a page to load in an Iframe from a post with the POST variables sent along with the page that will be loaded. There is nothing that is explicitly opening a new window, but I am ...
2
votes
0answers
419 views

Chrome extension: Default width for popup less than max width?

I'm relatively new to programming and am working on a Chrome extension with a popup. I don't know the content in the popup, nor do I know the users' preference (obviously). The popup should be able to ...
2
votes
0answers
214 views

Popup in Silverlight 5 with Chrome

I've got an irritating problem. I want to open a popup window in a standard way: System.Windows.Browser.HtmlPopupWindowOptions options = new System.Windows.Browser.HtmlPopupWindowOptions(); // ...

1 2 3 4 5 88
15 30 50 per page