Tagged Questions

0
votes
0answers
15 views

gwt panel horizontal alignment not working

I have a GWT dialog box that looks like the following: public class FooDialog extends DialogBox { public FooDialog() { setText("Foo Dialog"); VerticalPanel outer = new …
0
votes
1answer
19 views

How to call IsDialogMessage in a Modal Dialog

In my Win32 app, I had a modal dialog that displays settings that I had to add more settings to. In order to fit the new settings, I dropped a TabCtrl in the dialog and implemented …
0
votes
3answers
35 views

How to turn off the sound of alert(), or is there any good alternative in Jquery?

How to turn off the sound of alert(), or is there any good and simple alternative in Jquery?
0
votes
2answers
40 views

Using jQuery UI’s dialog(”destroy”) puts element in wrong place?

I have a big form with many parts. For each part, I want to add a small button "Popup as Dialog" which will convert that part to a dialog on-demand, and then (when closing the dial …
1
vote
2answers
54 views

In ASP.Net MVC, what is the best way to do an update from a dialog?

I'm trying to combine 2 parts of MVC that I haven't seen used together: 1) Ajax and 2) Error handling. The problem lies in what is returned and where (div element to update) that i …
3
votes
3answers
102 views

Creating a progress bar that runs on another thread, while keeping calculation in main thread

Preface: I know this is an unusual/improper way to do this. I can do this with a "real" ShowDialog(), background worker/thread, and so on. I'm not looking for help doing it that …
1
vote
3answers
73 views

Displaying a “Please Wait” Dialog for a Non-Thread Safe task.

I am using 3rd party library and some of the functions of the library take a long time to execute so I want to display a "Please Wait" dialog while the functions are busy. Normall …
0
votes
1answer
12 views

[Android] Any painless way to trigger the soft keyboard for EditText in dialogs?

I am rendering an EditText as one element of a list-style AlertDialog (which is backed by the default ListView implementation). I sort of expected that this circumstance would not …
0
votes
3answers
40 views

WinForms dialogs with TopMost = true

I have a dialog implemented in WinForms that is shown as a notify dialog on the bottom right of the screen. The problem is that whenever is shown it takes the focus and this happen …
0
votes
1answer
19 views

wix custom dialog for config edit

hi i'm trying make a setup msi for my application with wix v3 I have a problem about this task; I need a user input that will be stored in my application's config file (for example …
1
vote
1answer
27 views

Axapta Dialog Validation

I've found several posts and articles around the net talking about validating form fields in dialogs, but none of the examples I've found seem to work properly. Can someone post a …
0
votes
1answer
42 views

jQuery UI modal dialog not blocking

I am new to javascript and jQuery. I am trying to implement a modal dialog using jQuery UI widgets. The modal dialog shows up correctly with OK and Cancel buttons, but the dialog( …
0
votes
1answer
30 views

How to recreate jquery dialog after destroy

Hi, I'm creating three modal dialogs on page load (using $(document).ready(function() {). I create these dialogs by calling a setDialogWindows() method, and pass it the div for th …
4
votes
4answers
180 views

How to create a MFC dialog with a progress bar in a separate thread?

My application may take a while to connect to a database. This connection is made with a single library function call, i.e. I cannot put progress updates in there and make callback …
0
votes
1answer
18 views

Can you set the FileFilters for a Gtk Dialog in Glade?

In my code, I have lines like this: Builder builder = new Builder(); builder.AddFromFile(gladefile); FileChooserDialog dialog = (FileChooserDialog) builder.GetObject("dialog") …

1 2 3 4 5 19 next
15 30 50 per page