Top "Dialog" questions

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

How to make a edittext box in a dialog

I am trying to make a edittext box in a dialog box for entering a password. and when I am …

android dialog android-edittext
Android simple alert dialog

I need to show a little text message to the users that clicks a button on my Android app, on …

android dialog android-alertdialog
Choosing a file in Python with simple Dialog

I would like to get file path as input in my Python console application. Currently I can only ask for …

python user-interface dialog filechooser
C# MessageBox dialog result

I want to make a MessageBox confirmation. Here is the message box: MessageBox.Show("Do you want to save changes?", "…

c# dialog messagebox
How can I position my jQuery dialog to center?

I have tried following code, but it only positions dialogs left upper corner position to center, and that makes element …

jquery jquery-ui dialog jquery-dialog
Android: How to create a Dialog without a title?

I'm trying to generate a custom dialog in Android. I create my Dialog like this: dialog = new Dialog(this); dialog.…

android android-layout dialog
jQuery: Load Modal Dialog Contents via Ajax

Currently my Modal Dialog is like this <html> <head> <script type="text/javascript" src="http://…

jquery ajax dialog modal-dialog
Prompt Dialog in Windows Forms

I am using System.Windows.Forms but strangely enough don't have the ability to create them. How can I get …

c# .net winforms dialog prompt
How to check if activity is in foreground or in visible background?

I have a splash screen on a timer. My problem is that before I finish() my activity I need to …

android android-activity dialog activity-finish
jquery ui Dialog: cannot call methods on dialog prior to initialization

I have an app on jquery 1.5 with dialogs worked fine. While I have a lot of .live handlers, I changed …

jquery dialog jquery-ui-dialog