Tagged Questions
The dialogbox tag has no wiki summary.
22
votes
7answers
82k views
jQuery Dialog Box
Im trying to do a dialog box with jquery. In this dialog box Im going to have terms and conditions. The problem is that the dialog box is only displayed for the FIRST TIME.
This is the code.
...
16
votes
8answers
12k views
How to show the “Are you sure you want to navigate away from this page?” when changes committed?
Here in stackoverflow, if you started to make changes then you attempt to navigate away from the page, a javascript confirm button shows up and asks: "Are you sure you want to navigate away from this ...
7
votes
3answers
14k views
Jquery confirmation box
I'm looking to create a generic confirmation box that can be used by multiple widgets easily, but I'm running into problems with scope and was hoping for a clearer way of doing what I'm trying to do.
...
4
votes
2answers
1k views
close Dialogbox when click ESCAPE(ESC) in GWT
How can I add something like addCloseHandler to dialogbox that to close when click the ESC key?
4
votes
1answer
655 views
How to make an input dialogbox which has more than one textfield(ie. can take many inputs)
Hey there, I have implemented an input DialogBox, however this has one textfield. I need an input DialogBox which has many textfields to take input from and store each String in an array.
What I have ...
4
votes
3answers
17k views
C# Save Dialog box
I've got a save dialog box which pops up when i press a button. However i dont want to save a file at that point, i want to take the name and place it in the text box next to the button, for the name ...
3
votes
3answers
359 views
Pass data from parent to dialog box
I have a combobox in a dialog box form. I need to fill this combo with the List<> from parent form. How to do that as I cannot pass the List<> via dialog box constructor.
frmChild frm = new ...
2
votes
3answers
191 views
Java multiple selection dialog box
I have a dialog box with a drop down menu like this:
Object[] possibilities = {"1", "2", "3", "4"};
ImageIcon icon = new ImageIcon("images/middle.gif");
int i = ...
2
votes
2answers
52 views
Is a dialogBox considered a View?
Is a DialogBox considered a View in Android? I want to add one to a FrameLayout, but I'm not sure if I can? Is it possible?
2
votes
3answers
462 views
DialogBox in GWT isn't draggable or centred
I'm new to GWT programming. So far I have a DialogBox which is supposed to collect a login and a password, which can if required launch another DialogBox that allows someone to create a new account.
...
2
votes
2answers
830 views
Windows programming DialogBox background image
Is there any good tutorial or way to add a background image into Windows DialogBox?
Something similar to this:
My Recourse file(trimmed a little):
#include <afxres.h>
#include ...
2
votes
3answers
1k views
how to use JComboBox using Enum in Dialog Box
I define enums:
enum itemType {First, Second, Third};
public class Item
{
private itemType enmItemType;
...
}
...
2
votes
2answers
112 views
How do I create a class associated with a windows form in C#?
Now that C++ development has become second nature to me, do I have to start from scratch with C#?
Since the beginning of Visual Studio, there has been easy way to describe the shape of a Dialog (now ...
2
votes
1answer
449 views
Why can't my program display this dialog box, while another program can?
I'm trying to write a wrapper for Winamp input plugins and have hit a bit of a snag. I'd like my wrapper to be able to display a plugin's configuration dialog, which is (or should be) achieved by ...
1
vote
1answer
37 views
dojo dialog box with dynamic checkboxes not working
Please forgive me if I ask basic questions. Am new to javascript..
I am trying to make a dialog box, dynamically creating a list of checkboxes to appear on this dialog, everyTime a user requests to ...
1
vote
1answer
267 views
GWT resizable DialogBox
As far as I understand DialogBox by default is not reizable (it is not even implemented) in GWT. By resizable I mean clicking on the edge of the DialogBox and dragging it bigger.
I've seen some custom ...
1
vote
4answers
106 views
How to cancel an alertdialog?
I wanted to do a password alert box on an activity so once it has the correct answer it closes the dialog box but I cant seem to find a way when searching of how to close a dialog box the way I have ...
1
vote
1answer
42 views
Entering a text in a dialog form
What I want to do is quite simple : to display a dialog form containing an EditText in which the user can specify a message.
So far, I have tried to use the DialogFragmentclass. With the explanations ...
1
vote
1answer
39 views
Android: How to temporarily present a programaticly created bitmap for debug?
I'm Creating a bitmap programmaticly.
How can i see them for debug purpose before I use them further?
I was thinking something like a dialogBox or an AlertDialog, but how can i make them to show a ...
1
vote
3answers
59 views
Operations immediately after dialog box appears
I am working with MFC project. I have a situation where I want to do an extensive calculation as soon as the dialog box shows up.
I tried putting this calculations in OnInitDialog() and also tried ...
1
vote
1answer
97 views
How to add dialog box at tool bar button click in iPhone?
I am working on project where I have to add a dialog box on the click of tool bar button in such a manner when user click on the that a dialog box open with three buttons.
For Example if user click ...
1
vote
2answers
233 views
Android: Dialog box disappears immediately
So I have this code. What I want to do is when I press the button with ID help (case R.id.help) I want a custom text to appear in a dialog box. This code seems to work except that the dialog box ...
1
vote
1answer
236 views
Showing second alert dialog box after 5000ms
Here I want to show a second dialog box after first dialog box disappears.I am showing the first one for 5000ms, how can we do this?
Thanks in advance...!
Button signin = (Button) ...
1
vote
1answer
537 views
File Upload using GWT with a Dialog box to browse to the File
I am working on a GWT web application where users are pushing in updates(something like twitter). The update is text+attachment. I want user to type in a update, optionally Hit the upload button , ...
1
vote
2answers
467 views
C++ Win32, How to add a dropdown menu to a Win32 DialogBox
C++ Win32, How to add a dropdown menu to a Win32 DialogBox
Hi,
This is my first time posting quesiton to stackoverflow.
I am trying to add combobox (in menu.cpp) to a Win32 Dialogbox (in ...
1
vote
1answer
565 views
dialog box started from preference activity with click-able links
In my PreferenceActivity I've added a button "About", when pressed the following function is called:
public void InstructionsDialog(){
AlertDialog.Builder ad = new AlertDialog.Builder(this);
...
1
vote
2answers
636 views
How to create the above custom dialog in android?
Can someone tell me how to create the above dialog view similar/exactly to the link [here][1], whereby the focus of the problem is to create the view in the centre of the picture?
I have done some ...
1
vote
3answers
513 views
JavaScript confirm cancel button not stopping JavaScript
I have a delete button that is tied to some comments on a page i have. When you click the delete button i am trying to get a confirm dialog box to pop up asking if you are sure you want to delete the ...
1
vote
1answer
200 views
Not able to click the Save button when dialog is not having the focus
I have written a script for file download for IE.
It works fine if the focus is on the download box. So explicitly I am trying to get the focus on the download window Sometimes it works , sometimes ...
1
vote
1answer
133 views
Jquery Dialog Redirection Issue
I am using Jquery dialog box(jquery-ui-1.8.11.custom.min.js). The source for this dialog box is an aspx(src.aspx) page containing a html textbox. When I press "Enter" in the html textbox, it ...
1
vote
1answer
67 views
Avoid message boxes in COM component
Here is the setup :
a delphi COM component we developed makes calls to some dll we don't have hands on (some are old fortran ones, some are C)
a .NET service is calling the COM component
...
1
vote
3answers
804 views
Excel : File Open Dialog in VBA that is set to Detail View and sorted by Date Modified
I have tried to Google for this quite extensively but I hope someone here can come up trumps.
As a lot of people ( I imagine ) would like, I want to spawn a File Open dialog box from Excel ( no ...
1
vote
2answers
340 views
Skin a dialog box
I am writing a C++ application and I have a Login Box that's shown in a regular Dialog Box Frame. I see that some people can SKIN the entire dialog box and makes it look really nice. I was wondering ...
1
vote
1answer
777 views
DialogBox depth (z-index) in GWT
Having many GWT DialogBox'es, the first one always stays at the bottom and new ones are created on top.
What I am trying to obtain is a way to bring one of such dialogs on top when it is clicked.
I ...
1
vote
1answer
191 views
How to style open file dialog box in Silverlight
I am not an SL developer myself, but before I invest in it, I want to make sure I get its capabilities and limitations. My question is is it possible to style (i.e. change the UI of) an open file ...
1
vote
3answers
650 views
How to change the color of Dialog box
When i installed my application in different devices Color of dialog box changes Devices to device
How can i set the color of Dialog box
Regards,
Kariyachan
1
vote
1answer
220 views
Why does this dialog box close immediately after opening?
My issue is that I am trying to create a Opengl/Win32 application and I am unable to keep my dialog box open. It literally flashes as if someone pressed cancel on it RIGHT when it opened.
I've looked ...
1
vote
2answers
707 views
gwt tabindex inside dialogbox
In my gwt app, on some screens, I create a dialogbox with an input form. I would like to be able to use the tabindex property but only within that dialog box. (ie: cycles first to last field of that ...
1
vote
1answer
1k views
How to disable the back button when the alert box is on the screen
I used onKeyDown function in the activity.....but when back button
button is clicked it first cancels the dialog box and goes to our
activity...I want both either both activity and dialog box closed ...
1
vote
1answer
605 views
Why is the dialog size so small with this GWT DockLayoutPanel?
I've generated a new Web Application project using GWT 2.0.4. I replace the onModuleLoad() code with:
public void onModuleLoad() {
DockLayoutPanel dp = new DockLayoutPanel(Unit.EM);
...
1
vote
1answer
735 views
Connecting two DialogBoxes in GWT
In my GWT project, I'm trying to get it so two DialogBoxes can pass information between each other. One of them holds a MapWidget, and when a button is pressed in the other DialogBox, the position ...
1
vote
1answer
71 views
Not able to Show a Dialog Box in its class using SW_SHOW in MFC?
I am trying to create a wizard like structure using dialog boxes...So I replaced the code in CDialog1App as below
CDialog1Dlg* dlg = new CDialog1Dlg;
m_pMainWnd = dlg;
dlg->Create(IDD_DIALOG1);
...
1
vote
1answer
132 views
MVP : Dialog boxes that return value and testable code
In my MVP pattern (Passive view) based application (.NET), I have separated out the message boxes into the View so that when I test my presenter and model my testing code is not affected by the need ...
1
vote
2answers
387 views
C++ Dialog box With timer
I couldn't find a simple tutorial on how to make a dialog box with decrementing timer. I don't need the timer to be accurate or actually reflect my program's inner timer.
1
vote
3answers
719 views
How do I add a “browse for file” dialog box to the transferText command?
I'm creating a macro in MS Access that imports a CSV file into a table. I'm using the TransferText action to import the CSV string, and I want to allow the user to browse for the file that contains ...
1
vote
2answers
620 views
MyComputer as initial directory
Is there a way for a open file dialog to use the "My Computer" instead of a specific path. In this example, the W: drive is the intial directory.
Dim dlgOpen As New ...
1
vote
4answers
773 views
How to implement “Saving…” dialog box in Java?
I want to pop up a dialog box that says "Saving..." and once the operation is completed, it simply disappears. While the saving is in progress, I dont want the user to be able to do anything. I also ...
0
votes
2answers
45 views
Have jQueryUI dialogbox display a div from a separate page (and pass php variables)
I've gotten used to using the jQueryUI dialogbox wherein I call it via var $dialog = $('#repdia'). I place the div (shown below) on the bottom most part of the page. That was fine when I only had 1 ...
0
votes
1answer
35 views
How to pop up a dialog when tapping on POI on OSMdroid map?
i want to pop up a dialog box containing the details(ex: longitude, latitude, description and thumbnail image extracted from SQLite Db ) whenever i tap on particular POI which was previously set up on ...
0
votes
1answer
56 views
Get GWT DialogBox absolute position - onLoad/onAttach/show do not helps
I am stuck in getting an absolute position of DialogBox. I know it is the common problem (and strange workaround) for PopupPanel (which is parent to DialogBox) to set it, but what if I want to get ...