A temporary window presented to a user (usually as a small box).
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 transparentIt seems to be there is no easy way to get an Alert dialog to return a simple value. This …
android dialog confirmationI'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 compatibilityI've got a DialogPreference which implements a simple TimePicker.OnTimeChangedListener (see below). Setting the time by clicking the +/- buttons …
android dialog android-preferences sharedpreferences timepickerMy 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-uiI'm looking for a way to style the default JavaFX Dialog (javafx.scene.control.Dialog). I tried to get the …
javafx dialog javafx-8How 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-sheetI am creating a WPF dialog. It is like our normal messagebox with ok and cancel button. How to create …
c# wpf dialogAs far as I can tell, there are two ways to show a Dialog from an Activity. Create the Dialog (…
android dialog