Top "Popup" questions

In general, popup refers to any UI element that floats above a window or application surface.

How can I move a WPF Popup when its anchor element moves?

I have a Popup defined like this: <Popup Name="myPopup" StaysOpen="True" Placement="Bottom" PlacementRectangle="0,20,0,20" PlacementTarget="{Binding ElementName=myPopupAnchor}"&…

wpf popup binding
Open multiple links in Chrome at once as new tabs

I'm trying to open multiple links at once in Google Chrome in new tabs but it fails. Problems: Blocked by …

javascript angularjs google-chrome tabs popup
Prevent Background Scrolling When Displaying Popup

I have a form that is displayed in a popup. After loading, the background is grayed out, but the user …

jquery html popup
window.open() on a multi-monitor/dual-monitor system - where does window pop up?

When using javascript window.open() on a multi-monitor system, how do you control which monitor, or where in the display …

javascript popup window window.open multiple-monitors
How to create a system tray popup message with python? (Windows)

I'd like to know how to create a system tray popup message with python. I have seen those in lots …

python popup system-tray
Window.Open POST

I have a link which when clicked I open a window with window.open like below. window.open("edit.jsp?…

javascript jquery post popup window.open
How can I return a value from a ShowDialog window?

frmMain DoSomething() My.Forms.frmMessage.ShowDialog(Me) If AcceptButtonClicked Then ' Do Code DoCode() Else ' Cancel Button Pressed DoOtherCode() …

vb.net winforms popup showdialog
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 …

android dialog popup overlay
Show a PopupWindow centralized

I have some popups on my app, it's fullscreen and the following code: content.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, …

android android-layout popup
Hiding title tags on hover

I've looked through previous questions and none of them have really worked for me, i've checked google to and the …

html popup title onhover