Top "Dialog" questions

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

Disable click outside of angular material dialog area to close the dialog (With Angular Version 4.0+)

I am currently working on password reset page of an Angular 4 project. We are using Angular Material to create the …

angular dialog modal-dialog angular-material
Android: create a popup that has multiple selection options

I've been searching around trying to figure out how to create a popup or a dialog that has 4 options to …

android menu dialog popup
How to open a jQuery Mobile Dialog from javascript?

I have a dialog page and am trying to open it and display results from an AJAX POST. Here is …

ajax post dialog popup jquery-mobile
Android Image Dialog/Popup

Is it possible to have just an image popup/come-up in an Android application? It's similar to an overriding the …

android dialog android-imageview android-alertdialog
Is there a builtin confirmation dialog in Windows Forms?

I'd like to create a simple confirm dialog saying "Please check the information and if you're sure it's correct, click …

c# winforms dialog
WPF : How to set a Dialog position to show at the center of the application?

How to set Dialog's position that came from .ShowDialog(); to show at the center of the mainWindows. This is the …

wpf dialog
Android:How to programmatically set an Activity's theme to Theme.Dialog

So I have an Activity (say TestActivity) which needs to act as a normal unthemed Activity as well as a …

android android-activity dialog themes
$(...).on is not a function - jQuery Error

I am using dialog box, which I am closing when a user click anywhere on page expect that dialog box. …

jquery jquery-ui dialog
Android DatePicker change to only Month and Year

I have a DatePickerDialog and I want view only Month and Year. How can I change this code? public void …

android date dialog
How to disable / enable dialog negative positive buttons?

Please look at the custom dialog below. I have an edittext field on the dialog and if the text field …

android button dialog