Top "Dialog" questions

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

Labeling file upload button

How can I internationalize the button text of the file picker? For example, what this code presents to the user: &…

html internationalization dialog
Animate a custom Dialog

I'm trying to have a custom dialog appear as though it's sliding down from a text view. Is this possible? …

android animation dialog alert
Custom "confirm" dialog in JavaScript?

I've been working on an ASP.net project that uses custom 'modal dialogs'. I use scare quotes here because I …

javascript jquery jquery-ui dialog modal-dialog
How to create loading dialogs in Android?

Those dark spinning progress dialogs in the Amazon and Engadget apps - are those standard in Android?

android dialog progress-bar
showDialog deprecated. What's the alternative?

Is there something else that should be called? showDialog(TIME_DIALOG_ID); It's in this tutorial but says deprecated in …

android dialog
Handling Dialogs in WPF with MVVM

In the MVVM pattern for WPF, handling dialogs is one of the more complex operations. As your view model does …

.net wpf design-patterns mvvm dialog
Receive result from DialogFragment

I am using DialogFragments for a number of things: choosing item from list, entering text. What is the best way …

android dialog android-fragments fragment dismiss
How to add two edit text fields in an alert dialog

I am trying to use an alert dialog to prompt for a username and a password in android. I have …

android login dialog
Java Swing - how to show a panel on top of another panel?

I wish to have an internal (non window) dialog to ask for member input. I would like the dialog to …

java swing dialog jpanel z-index
WPF: Create a dialog / prompt

I need to create a Dialog / Prompt including TextBox for user input. My problem is, how to get the text …

wpf xaml dialog prompt