Top "Dialog" questions

A temporary window presented to a user (usually as a small box).

JavaScript confirm cancel button not stopping JavaScript

I have a delete button that is tied to some comments on a page i have. When you click the …

javascript confirm dialog
On showing dialog i get "Can not perform this action after onSaveInstanceState"

Some users are reporting, if they use the quick action in the notification bar, they are getting a force close. …

android dialog fragment
Modal Dialog without jQuery

I need to create a modal dialog on a webpage using javascript. Normally this would be easy as I could …

javascript jquery dialog internet-explorer-9
Detect back button but don't dismiss dialogfragment

I have a dialogfragment for a floating dialog which includes a special keyboard that pops up when a user presses …

android dialog dialogfragment
how to use number picker with dialog

I want to use a number picker for the purpose of getting the discount percentage from the user. once the …

android dialog numberpicker
How do I get System.Windows.ShowDialog() to return 'true'?

How do I get System.Windows.ShowDialog() to return 'true'? I am a little new to this. System.Windows.ShowDialog's …

.net wpf dialog
Multiple EditText objects in AlertDialog

I'm working on a project for college that will let a user place a point on a map and then …

android google-maps dialog android-edittext
Bootstrap modal dialog, show.bs.modal event relatedTarget is undefined. How can I get clicked element?

Button invoked modal dialog: When button is clicked, event is fired the resulting event reference e.relatedTarget is undefined. So, …

twitter-bootstrap events dialog modal-dialog fuelux
How to use scrollStrategy in MatDialog?

I tried to make a scroll for a dialog in reposition strategy, but it doesn't work for me. const scrollStrategy = …

angular scroll dialog angular-material
How can I show a PyQt modal dialog and get data out of its controls once its closed?

For a built-in dialog like QInputDialog, I've read that I can do this: text, ok = QtGui.QInputDialog.getText(self, 'Input …

python qt dialog pyqt modal-dialog