Top "Dialog" questions

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

How to hide close button in WPF window?

I'm writing a modal dialog in WPF. How do I set a WPF window to not have a close button? …

c# wpf xaml button dialog
Prevent Android activity dialog from closing on outside touch

I have an activity that is using the Theme.Dialog style such that it is a floating window over another …

java android android-activity dialog touch
How to make modal dialog in WPF?

I am writing my first application in WPF and want to have the user input some data on a modal …

.net wpf dialog modal-dialog
How to create and show common dialog (Error, Warning, Confirmation) in JavaFX 2.0?

How do I create and show common dialogs (Error, Warning, Confirmation) in JavaFX 2.0? I can't find any "standard" classes like …

dialog javafx-2
Choose File Dialog

Does anyone know of a complete choose file dialog? Maybe one where you can filter out all files except for …

android file user-interface dialog code-snippets
Swift alert view with OK and Cancel: which button tapped?

I have an alert view in Xcode written in Swift and I'd like to determine which button the user selected (…

xcode dialog swift alert confirmation
How to dismiss the dialog with click on outside of the dialog?

I have implemented a custom dialog for my application. I want to implement that when the user clicks outside the …

android android-layout android-emulator dialog android-dialog
Close dialog on click (anywhere)

Is there a default option to close a jQuery dialog by clicking somewhere on the screen instead of the close …

jquery jquery-ui dialog modal-dialog
jQuery UI dialog box not positioned center screen

I have a jQuery dialog box that is meant to position in the middle of the screen. However, it seems …

jquery jquery-ui dialog position
Android Dialog: Removing title bar

I have a weird behavior I can't pinpoint the source of. I have my app with the classic requestWindowFeature(Window.…

android layout dialog