Top "Dialog" questions

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

Android Dialog - Rounded Corners and Transparency

I'm trying to make a custom android dialog with rounded corners. My current attempts have given me this result. As …

android android-layout dialog android-alertdialog transparent
Android Confirmation dialog returning true or false

It seems to be there is no easy way to get an Alert dialog to return a simple value. This …

android dialog confirmation
Theme not applying to DialogFragment on Android

I'm switching my old Dialogs to DialogFragment, but the themes and styles don't seem to be working. I'm using the …

android dialog styles themes compatibility
Android: How to get the time from a TimePicker when it is typed in

I've got a DialogPreference which implements a simple TimePicker.OnTimeChangedListener (see below). Setting the time by clicking the +/- buttons …

android dialog android-preferences sharedpreferences timepicker
How to handle "outside" click on Dialog (Modal) with material-ui

My box closes when clicking outside of the box making me lose all the input. I want my box to …

javascript reactjs dialog modal-dialog material-ui
Styling default JavaFX Dialogs

I'm looking for a way to style the default JavaFX Dialog (javafx.scene.control.Dialog). I tried to get the …

javafx dialog javafx-8
BottomSheetDialogFragment - listen to dismissed by user event

How can I listen to a FINAL dismissal of a BottomSheetDialogFragment? I want to save user changes on the final …

android dialog android-dialogfragment dialogfragment bottom-sheet
How to select default button in wpf dialog?

I am creating a WPF dialog. It is like our normal messagebox with ok and cancel button. How to create …

c# wpf dialog
Dialog.show() vs. Activity.showDialog()

As far as I can tell, there are two ways to show a Dialog from an Activity. Create the Dialog (…

android dialog
JavaFX Alerts and their size

Recently, JavaFX introduced Alerts (Java 8u40). Consider the code example below. How can I display a full message that is …

java javafx dialog alert