Top "Dialog" questions

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

Correct way to implement a custom popup tkinter dialog box

I just started learning how to create a custom pop up dialog box; and as it turns out, the tkinter …

python tkinter dialog tkmessagebox
How to change dialog background color programmatically?

I have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem …

android dialog background-color
Android activity over default lock screen

How can I display an Activity or Dialog to be visible over the lock screen? I have already tried displaying …

android android-activity dialog lockscreen android-windowmanager
WPF: How do I set the Owner Window of a Dialog shown by a UserControl?

I've got a WPF application with these three types of things... WindowMain UserControlZack WindowModal UserControlZack1 sits on my WindowMain... <…

.net wpf vb.net dialog user-controls
Change button color in AlertDialog

How can I change the color of the button(s) in an AlertDialog in Android?

android button colors dialog alert
Disable 'X' button in top-right of Dialog

Possible Duplicate: Remove close button on jQueryUI Dialog? I'm trying to make a dialog that requires a user to agree …

jquery jquery-ui dialog jquery-ui-dialog
Android dialog width

I can't seem to control the dialog width. I have a simple layout like so` <?xml version="1.0" encoding="utf-8"?&…

android dialog width
Get context inside onClick(DialogInterface v, int buttonId)?

Getting the context inside onClick(View view), the callback for a button's onClickListener(), is easy: view.getContext() But I can't …

android dialog onclick android-context
Show spinning wheel dialog while loading data on Android

I want to show a spinning wheel dialog while my app loads some data: The spinning wheel dialog should show …

java android dialog loading progress
How to cancel an Dialog themed like Activity when touched outside the window?

I have an activity with a Dialog theme and I would like to close (finish) this activity when someone touches …

android dialog android-activity touch