A form (window, box, etc.) presented to a user, usually for the purpose of capturing input or to make a decision.

learn more… | top users | synonyms (1)

137
votes
18answers
55k views

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 not know anything about the view, dialog communication can be interesting. I can expose ...
49
votes
6answers
40k views

Choose File Dialog

Does anyone know of a complete choose file dialog? Maybe one where you can filter out all files except for ones with specific extensions? The internet needs such an example. I have not found anything ...
56
votes
10answers
56k views

How to change theme for AlertDialog

I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I added the following line of code in styles.xml @drawable/color_panel_background ...
89
votes
18answers
67k views

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.setContentView(R.layout.my_dialog); Everythings works fine except for the title ...
46
votes
8answers
20k views

How to prevent a dialog from closing when a button is clicked

I have a dialog with EditText for input. When I click yes button on dialog, it will validate the input and then close dialog. However, if the input is wrong, i want to remain in the same dialog. every ...
15
votes
7answers
30k views

Javascript close alert box

I want to be able to close an alert box automatically using javascript after a certain amount of time or on a specific event (i.e. onkeypress). From my research, it doesn't look like that's possible ...
45
votes
8answers
43k views

How to make an alert dialog fill 90% of screen size?

I can create and display a custom alert dialog just fine but even so I have android:layout_width/height="fill_parent" in the dialog xml it is only as big as the contents. What I want is dialog that ...
24
votes
6answers
42k views

Android Number Picker Dialog

Does anyone have any dialogs that will allow a user to pick a number within a certain range? It seems like this would be a fairly common need, but I can't find a common dialog for it and I'd rather ...
32
votes
2answers
3k views

How would I implement stackoverflow's hovering dialogs?

I am in love with stackoverflow's single-color "click-to-close' hovering dialog boxes that greet a user when they try to vote and aren't logged in or use the site incorrectly. Any idea how and/or ...
75
votes
19answers
125k views

How to implement “confirmation” dialog in Jquery UI dialog?

I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box. In my scenario, I have a list of items, and next to each individual of them, I would have a "delete" button for each of ...
4
votes
2answers
10k views

How to add tab application to a page with the “new auth dialog”

I created an app today, as i've done several times before. But when i wanted to add the app to a a page i couldn't find the link "view this apps profile page", which I normally use to add the app to ...
55
votes
12answers
51k views

How to hide close button in wpf window?

I'm writing a modal dialog in wpf. How do I set a wpf window to not have a close button? I'd still like for its WindowState to have a normal title bar. I found ResizeMode, WindowState, and ...
22
votes
4answers
27k views

is it possible to create listview inside dialog?

i have created a custom dialog class public class NewPost extends Dialog { // functionality } now my requirement is to create listview inside it. i know we can create textboxes,buttons,dropdown ...
17
votes
6answers
6k views

first dialog after authenticating fails immediately and closes dialog

I'm using the latest Facebook SDK on iOS 5. I can use SSO to successfully authenticate the user, and then I attempt to share a link like this: NSString *appId = [[[NSBundle mainBundle] ...
24
votes
3answers
10k views

How to dismiss the dialog with click on outside of the dialog?

I have implemented a custom dialog for my application. I want to implement that when the user clicks outside the dialog, the dialog will be dismissed. What do I have to do for this?
23
votes
2answers
6k views

Prevent ProgressDialog from being dismissed when I click the search button (Android)

In a long-running operation, I'm showing a popup dialog (created from ProgressDialog to prevent other operations from happening). I have made it non-cancellable with setCancellable(false), so I can't ...
12
votes
7answers
14k views

Access to file download dialog in Firefox

Is there any kind of API that can allow me to manipulate a file download dialog in Firefox? (I want to access the one that appears when user does something, not initiate one myself). What I want to ...
12
votes
3answers
16k views

How can I change the background of Android alert dialogs?

I use the AlertDialog class in my application. By default, these alert dialogs have a transparent background. I'm trying to use an opaque background instead, very unsuccessfully. These are my styles: ...
9
votes
6answers
64k views

open file dialog box in javascript

i need a solution to display open file dialog in html while clicking a div . the open file dialog box must open when the div is clicked. note : i dont want to display the input file dialog as part of ...
28
votes
2answers
13k views

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? I can't seem to apply any animation to dialog class. I've tried this line in the constructor, ...
18
votes
9answers
55k views

Can you wait for javascript callback?

I'm trying to use the jQuery alerts dialog library from http://abeautifulsite.net/notebook/87 instead of the default alerts (which look pretty awful in my opinion). This seems to be a great library, ...
11
votes
2answers
29k views

Android Custom PopupWindow/Dialog

I'm trying to get a completely custom Dialog or PopupWindow, without any of the default Android UI controls (title, background, buttons, whatever). Is this possible at all? I've spent hours searching ...
49
votes
2answers
20k views

How can I get a Dialog style activity window to fill the screen?

I am using an activity with the dialog theme set, and I want it to be full screen. I tried all sorts of things, even going through the WindowManager to expand the window to full width and height ...
25
votes
5answers
39k views

jquery: close dialog on click (anywhere)

Is there a default option to close a jquery dialog by clicking somewhere on the screen instead of the close icon?
20
votes
5answers
45k views

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 be placed centrally on an existing JPanel. I have looked at layeredpanes and these seem unusable due ...
38
votes
3answers
45k views

How do make modal dialog in WPF?

I am writing my first application in WPF and want to have the user input some data on a modal dialog window. Apparently, this is not simple to do in WPF, because the parent window stays fully ...
11
votes
3answers
13k views

Labeling file upload button

How can I internationalize the button text of the file picker? For example, what this code presents to the user: <input type="file" .../>
10
votes
3answers
5k views

Calling android dialog without it fading the background

I have this nice dialog view I set my UserInputDialog class to: <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" ...
8
votes
3answers
11k views

custom choices in javascript confirm dialog

How to write a confirm dialog in javascript with custom choices? Instead of just "Ok" and "Cancel", I would like to have for example "This" "That" and "Other".
5
votes
1answer
9k views

Positioning a dialog on screen

I have an activity with MapView. I have overlays on that map and I would like to position a hovering dialog over an item if it is tapped. I already have my own custom dialog I've made up with my own ...
4
votes
3answers
3k views

Prevent dialog dismissal on screen rotation in Android

I am trying to prevent dialogs built with Alert builder from being dismissed when the Activity is restarted. If I overload the onConfigurationChanged method I can successfully do this and reset the ...
19
votes
2answers
20k views

How to create a completely custom Dialogue/Popup in Android (change overlay colour and dialogue window layout)

I would like to completely re-skin the default dialogue component in Android. Specifically I would like to do this: Change the semi-transparent overlay background from the default black to a ...
17
votes
7answers
19k views

Android Borderless Dialog

I have created an AlertDialog using AlertDialog.Builder, but the Dialog border takes up too much space on the screen. How do I remove the border? I have tried using another Activity to emulate the ...
13
votes
3answers
11k views

How to create and show common dialog (Error, Warning, Confirmation) in JavaFX 2.0?

How do I create and show common dialogs (Error, Warning, Confirmation) in JavaFX 2.0? I can't find any "standard" classes like Dialog, DialogBox, Message or something.
17
votes
2answers
28k views

Uncaught TypeError: Object [object Object] has no method 'dialog'

I am trying to use the jQueryUI dialog in an MVC3 application but having an issue with it. The dialog I have is loading a partial view into it where the user will either edit or create a new item. ...
83
votes
2answers
62k views

Open directory dialog

I want the user to select a directory where a file that I will then generate will be saved. I know that in WPF I should use the OpenFileDialog from Win32, but unfortunately the dialog requires file(s) ...
21
votes
11answers
41k views

Dialog box not positions center screen

I have a jQuery dialog box that is meant to position in the middle of the screen. However, it seems slightly off-center vertically. Here is the code: $('#add_box').dialog({ autoOpen: true, ...
8
votes
1answer
6k views

Android - How to display a dialog over a native screen?

I was wondering if anyone can tell if how to pop a dialog screen up over a native Android screen? I currently have an application that traps an outgoing call and stops it, I then want to pop up a ...
11
votes
6answers
7k views

Android Dialog, keep dialog open when button is pressed?

I would like to keep my dialog open when I press a button. At the moment it's closing! Please help! AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage("Are you sure you ...
6
votes
8answers
6k views

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 the screen anywhere outside this activity's window ? How can I do this ?
11
votes
5answers
37k views

jQuery: Load Modal Dialog Contents via Ajax

Currently my Modal Dialog is like this <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> ...
8
votes
1answer
13k views

How to change dialog background color programatically?

I have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem is that I can not change the background colour of of any custom dialogs. ...
7
votes
3answers
19k views

PopUp dialog Android from background thread

I need a popup dialog to be shown when i get a message from different thread but the dialog should be not dependent on Activity i.e, it should display the dialog wherever the screen focus is. Can it ...
1
vote
2answers
2k views

How to create single button Dialog in android?

I have been searching for days trying to figure out how to add dialog with single button in my application. Thanks in advance!
6
votes
2answers
3k views

How do you programmatically change the tab order in a Win32 dialog?

Often time I need to add a control to a dialog after the dialog has been generated via dialog template and CreateDialogIndirect. In these cases the tab order is set by the dialog template and there ...
3
votes
1answer
1k views

How can I change text on a win32 window?

Looking for hints, tips and search terms for changing the text on a win32 window from C#. More specifically, I'm trying to change the text on the print dialog from "Print" to "OK", as I am using the ...
9
votes
3answers
3k views

timed modeless dialog

Is there any way to show a modeless dialog--a dialog that allows the user to interact with whatever was on the screen before the dialog but also allows the user to interact with the dialog if pressed? ...
30
votes
3answers
19k views

Dialog.show() vs. Activity.showDialog()

As far as I can tell, there are two ways to show a Dialog from an Activity. Create the Dialog (for example, using an AlertDialog.Builder), and then call the newly created Dialog's show() method. ...
27
votes
6answers
58k views

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 found this code here: if (token.equals("Not Found")) { LayoutInflater factory = ...
8
votes
1answer
13k views

Adding a vertical scrollbar to an AlertDialog in Android?

I would like to add a vertical scrollbar to an AlertDialog because my text is too long to display on 1 screen: I have tried to use : android:scrollbars="vertical" ...

1 2 3 4 5 11