Top "Dialog" questions

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

how to change the dialog text size in jquery

Hi I want to change the dialog text size.Dynamically I created th dialog, I need to change the text …

jquery dialog text-size
jsf 2 primefaces openDialog not working?

i am trying to use the Dialog-Framework of Primefaces, but I already stuck at the setting-up: http://www.primefaces.org/…

ajax jsf primefaces dialog wizard
Always-in-front dialogs

Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the …

c++ mfc dialog modeless always-on-top
Show TimePicker with 12 or 24 hour format in android

I have a problem with my TimePickerDialog. first detect if the user's device has the time in 12 or 24 hour format: … …

android dialog android-timepicker time-format
BottomSheetDialog/BottomSheetDialogFragment — which to use and how?

I'm working on a Material design app. One feature I want to implement is some kind of a poll. When …

android android-fragments dialog modal-dialog bottom-sheet
How to bring up the built-in File Copy dialog?

I'll be copying a large file over the network using my winforms app and I need to show some kind …

c# winapi .net-3.5 dialog file-copying
Bad window token, you cannot show a dialog before an Activity is created or after it's hidden

I am using an AppIntro library in my app. It has 3 slides. I want to ask the user something when …

android android-activity dialog fragment
Android Webview with Back Button, if else

Disregard. I was opening the wrong app that was installed. It works wonderfully. :) I have the back button working correctly …

android button dialog webview back
Create NumberPicker dialog in preference

I am trying to create a NumberPicker dialog in my preference screen. I have already made one following this:https://…

android dialog numberpicker dialog-preference
Dismiss DialogFragment(not Dialog) onTouchOutside

I have searched through all the answers about dismissing a Dialog onTouchOutside, however, I am using DialogFragment in my application. …

android dialog android-fragments touch-event android-dialogfragment