Tagged Questions

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

learn more… | top users | synonyms

45
votes
5answers
116k views

How to generate a simple popup using jQuery

I am designing a web page. In that, when we click the content of div named mail, how can I show a popup window containing a label email and text box? I searched in Google for a simple popup in ...
38
votes
6answers
52k views

jQuery override default validation error message display (Css) Popup/Tooltip like

I'm trying to over ride the default error message label with a div instead of a label. I have looked at this post as well and get how to do it but my limitations with CSS are haunting me. How can I ...
33
votes
12answers
16k views

Detect blocked popup in Chrome

I am aware of javascript techniques to detect whether a popup is blocked in other browsers (as described in the answer to this question). Here's the basic test: var newWin = window.open(url); ...
24
votes
5answers
80k views

Javascript Confirm popup Yes, No button instead of OK and Cancel

Javascript Confirm popup, I want to show Yes, No button instead of OK and Cancel. I have used this vbscript code: <script language="javascript"> function window.confirm(str) { ...
24
votes
2answers
2k views

How would I implement stackoverflow's hovering dialogs?

I am in love with stackoverflow's single-color "click-to-close' hovering dialog boxes that greet a user when they try to vote and aren't logged in or use the site incorrectly. Any idea how and/or ...
21
votes
2answers
3k views

Display input validation errors in popup

I want to show all my validation error's of EdiText fields in a popup as shown in below image: As far as I know Android has drawables: 1) popup_inline_error.9.png 2) ...
15
votes
1answer
283 views

Draw and hook guestures without stopping app underneith

Im trying to figure out how apps like swipe pad (https://market.android.com/details?id=mobi.conduction.swipepad.android) can hook guestures regardless of what window/app is on top, and how its able to ...
14
votes
7answers
4k views

How to dismiss a popup in Silverlight when clicking outside of the control?

In my Silverlight UI, I have a button that when clicked pops up a control with some filtering parameters. I would like this control to hide itself when you click outside of it. In other words, it ...
14
votes
11answers
37k views

How can I open a message box in a Windows batch file?

I'm kind of going through DOS again and it's been ages, so I need a lot of help. My question is; how can I make a batch file open a popup screen? Like: Sorry for the poor English, I'm Dutch/Italian ...
13
votes
3answers
28k views

How to open a WPF Popup when another control is clicked, using XAML markup only?

I've got two controls, a TextBlock and a PopUp. When the user clicks (MouseDown) on the textblock, I want to display the popup. I would think that I could do this with an EventTrigger on the Popup, ...
11
votes
3answers
2k views

override css for html5 form validation/required popup

How can I override the default popup for a required field on a HTML5 form? Example: http://jsfiddle.net/uKZGp/ (make sure you click the submit button to see the popup) The HTML <form> ...
11
votes
1answer
780 views

How can I detect if a browser is blocking a popup?

Occasionally, I've come across a webpage that tries to pop open a new window (for user input, or something important), but the popup blocker prevents this from happening. What methods can the ...
10
votes
2answers
452 views

wpf popup doesn't close automatically when datagrid inside popup captures the mouse

I have a popup with StaysOpen=False so I want to close it by clicking anywhere outside of popup. Inside a popup I have a DataGrid. If I open popup and then click somewhere else the popup will be ...
10
votes
4answers
19k views

How to create a pop-up window in asp.net mvc?

No javascript/AJAX to be used. when clicked on the hyperlink, it should open a new browser window.
10
votes
9answers
17k views

IE8 losing session cookies in popup windows

We have an ASP.NET application that uses Forms Auth. When users log in, a session ID cookie and a Forms Auth ticket (stored as a cookie) are generated. These are session cookies, not permanent ...
10
votes
12answers
677 views

Is “tip-of-the-day” good?

Many programs (often large ones, like MS Office, The GIMP, Maxthon) have a feature called "tip-of-the-day". It explains a small part of the program, like this one in Maxthon: "You can hide/show the ...
9
votes
1answer
5k views

MVVM + WPF + Popup = clueless

I'm still working on modifying my existing WPF application to be "compliant" with the MVVM approach. I'm getting pretty darned close, but am not sure how to solve one of remaining few hurdles. I ...
8
votes
1answer
483 views

Incresed max width in chrome extension?

Here I am making chrome extension I need to increased max width size of frame window. If I increased width of popup.html then inner width is increased i need to increased outer html. Awaiting for ...
8
votes
3answers
354 views

How can we count the time of process?

I have a problem. I created a PopupPanel and have shown it. Now the problem is i want to hide it after 1 minute. Can u suggest me, Please........ But one more thing, In that one minute process should ...
8
votes
4answers
6k views

Why does a WPF Popup close when its background area is clicked?

I have a WPF Popup control that contains some editing controls (list boxes, text boxes, check boxes) laid out with quite a bit of whitespace. Popup.StaysOpen is set to False, which is required. If ...
8
votes
4answers
6k views

IE & Drop Down Menus triggering the Pop-Up Blocker

I have no idea why this is happening. I have some very straightforward code, replicated below, which works fine in all browsers except for IE 7 & 8. In those browsers, trying to expand the list ...
8
votes
4answers
17k views

WPF: Best way to raise a popup window that is modal to the page?

I am building a WPF app using navigation style pages and not windows. I want to show a window inside a page, this window must be modal to the page, but allow the user to go to other page, and go back ...
7
votes
4answers
933 views

Javascript resizing of Firefox pop-up window?

I'm just learning Javascript and jQuery, but I'm an HTML'r trying to take the next step.. I'm attempting to drop content into a table, which can be any size at all (It's for a news site). I check for ...
7
votes
2answers
12k views

how to implement a pop up dialog box in iOS

After a calculation, I want to display a pop up or alert box conveying a message to the user. Does anyone know where I can find more information about this? Thanks
7
votes
6answers
386 views

Emacs / CVS / OpenSSH: preventing password popup

I'm using GNU Emacs on my Ubuntu netbook in fullscreen mode. When I edit files that are under version control and hit C-x v v to commit the latest changes, an OpenSSH popup window will open and ask me ...
7
votes
4answers
1k views

Cross-window Javascript: is there a right way?

Problem I'm trying to make a method that passes objects to a similar method in a popup window. I don't have control over the code in the target method, or the object passed in. The target method ...
7
votes
5answers
9k views

How to move a WPF Popup?

I have a Popup defined like this: <Popup Name="myPopup" StaysOpen="True" Placement="Bottom" PlacementRectangle="0,20,0,20" ...
7
votes
3answers
712 views

COMException when I use a Popup in WPF

I have a very annoying exception which freeze my application thrown by WPF, when the content of this popup seems to have to much element. In the output windows I see approximatively 50 times this ...
7
votes
3answers
14k views

Jquery confirmation box

I'm looking to create a generic confirmation box that can be used by multiple widgets easily, but I'm running into problems with scope and was hoping for a clearer way of doing what I'm trying to do. ...
7
votes
5answers
9k views

Drag WPF Popup control

the WPF Popup control is nice, but somewhat limited in my opinion. is there a way to "drag" a popup around when it is opened (like with the DragMove() method of windows)? can this be done without big ...
6
votes
4answers
384 views

Get Popup Information With WebBrowser

I am using the System.Windows.Forms.WebBrowser control to visit URLs. Certain URLs trigger popups which open in IE rather than in the WebBrowser. I don't care much where they open. But somehow ...
6
votes
0answers
688 views

Closing a Liferay popup window in Selenium2 using the FirefoxDriver?

I am attempting to automate some test cases on a Liferay portal server using Selenium 2. Many Liferay actions use pop ups (like user impersonation). Switching to the pop up context is fairly ...
6
votes
4answers
15k views

How to display temporary popup message on iPhone/iPad/iOS

I'd like to display a temporary message on the iPhone/iPad displaying confirmation of an action, or some quick status about some background activity. Is there a standard control to do this? I've ...
6
votes
2answers
7k views

How to create a completely custom Dialogue/Popup in Android (change overlay colour and dialogue window layout)

I would like to completely re-skin the default dialogue component in Android. Specifically I would like to do this: Change the semi-transparent overlay background from the default black to a ...
6
votes
5answers
986 views

Popup detection before user logs in

Is there a good way to determine if a person has a popup blocker enabled? I need to maintain a web application that unfortunately has tons of popups throughout it and I need to check if the user has ...
5
votes
3answers
189 views

Small Popup for Instructions, like foursquare ones

After seeing the last screenshots of new foursquare application and their balloon like cartoon instructions, I'd like to create some of these in my application. I found a similar question for iPhone ...
5
votes
2answers
745 views

Android: Error popup on EditText doesn't move down when keyboard goes away

I have an activity that displays a few EditTexts on screen for user input. To be sure the soft keyboard doesn't cover my fields when it displays I have set the property ...
5
votes
3answers
97 views

Program wasn't in use for 2 minutes

I wan't to popup a specific form when the user didn't use the program for 2 minutes, let's say. Means: When the application run, and the user didn't press any key / any button / didn't move the ...
5
votes
3answers
8k views

MVC-pop up windows

I need to create pop up windows in mvc(not new tab in browser). Does anyone know how to do this? Thx
5
votes
2answers
432 views

Is there any way to stop a WPF Popup from repositioning itself when it goes off-screen?

Is there any way to stop a WPF Popup from repositioning itself when it goes off-screen? I found this old question, but it didn't get a proper answer to it. Is there any way to do this? I'm willing to ...
5
votes
5answers
1k views

WPF Popup UI showing black

I am using a WPF Popup control, and it is showing the background as black. I put a StackPanel inside it with Background="Transparent", but that does not help. <Popup PlacementTarget="{Binding ...
5
votes
2answers
969 views

CSS: Namespace a piece of HTML

I'm building a browser extension that will insert a chunk of HTML into some pages. I'd like the page's CSS to not apply to this section. What is the best way to do this? Is there a good reset I can ...
5
votes
5answers
2k views

How do you hide a Swing Popup when you click somewhere else

I have a Popup that is shown when a user clicks on a button. I would like to hide the popup when any of the following events occur: The user clicks somewhere else in the application. (The background ...
5
votes
5answers
7k views

How to do window.open with no scrollbars in Google Chrome

The following code opens the new window without scrollbars in Firefox, IE and Opera. var options = { height: 300, // sets the height in pixels of the window. width: 300, // sets ...
5
votes
3answers
1k views

Flex: Cannot tab between controls on a modal popup

Steps to reproduce: Create a modal popup to popup with popupmanager (mine is a group with a skinnable container inside of it) Put field components (textinputs) on the modal popup Attempt to tab ...
5
votes
4answers
4k views

WPF Popup: How to put a border around the popup?

I've got a Popup in my XAML to show some information. When the box pops up, it has no Border and appears to blend into the Background of the page. It just needs a Border, and ideally a drop-shadow ...
5
votes
5answers
1k views

Avoid “program stopped working” in C#/.NET

I have a console application written in C#/.NET that I want to run from a script (nant). If an exception occurs in the console application, I would like nant to continue, but in Windows Vista there is ...
5
votes
2answers
10k views

jquery can do this? popup window for value

I used JavaScript to open a new window(child) when user clicks on button from parent window. On new window(child), I have textbox and button, I need to get the value of the textbox and pass to ...
5
votes
3answers
13k views

Raise “onChange” event when Input Element changed by JavaScript from Popup Window

I have a webpage with a form element and a popup window (opened by window.open). Both have jQuery available. The popup window has a javascript that can change the form element in the opener window. ...
5
votes
3answers
2k views

Hiding Popup control when other window's in focus

I have a custom UserControl which tries to recreate auto-complete for a textbox. When user types, the text is used to filter a provided collection of items and then a Popup displays a ListBox with ...

1 2 3 4 5 37