A temporary window presented to a user (usually as a small box).
I just started learning how to create a custom pop up dialog box; and as it turns out, the tkinter …
python tkinter dialog tkmessageboxI have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem …
android dialog background-colorHow 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-windowmanagerI'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-controlsPossible 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-dialogI can't seem to control the dialog width. I have a simple layout like so` <?xml version="1.0" encoding="utf-8"?&…
android dialog widthGetting 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-contextI have an activity with a Dialog theme and I would like to close (finish) this activity when someone touches …
android dialog android-activity touch