0
votes
1answer
24 views

How to remove Black Rectangle box in Dialog?

I used the following code to prepare an custom dialog,it is showing my custom layout in a black colored rectangle box. final Dialog dialog = new Dialog(getParent(),R.style.PauseDialog); ...
3
votes
2answers
144 views

Save File dialog with PowerShell/C# from cmd batch

I am trying to get a gui based save file as dialog from within a windows batch script. I would like to have a new folder button left of the save & cancel buttons. With no predefined filetype. So ...
0
votes
1answer
19 views

Cannot open the same Jquery UI dialog using another DIV tag

I've been trying to find a solution to allow me to open the same dialog box when a user doesn't have access to a particular site. I am only able to open the first DIV I assigned the ID to. You can ...
5
votes
2answers
61 views

How is this Swing code working?

I see the following code in a Java/Swing GUI project: MyDialog dlg = new MyDialog(parent, isFizz); MyDialogResults results = dlg.getResults(); eventBus.fireEvent(new MyDialogEvent(results)); In ...
0
votes
0answers
114 views

Error Message: redirect_uri is not owned by the application

My name is Indival,inc, a developer of facebook application. Our AppId is 292559514196785. We have now a problem with sending FB message. An error code is below. エラーが発生しました。しばらくしてからもう一度お試しください。 ...
1
vote
1answer
26 views

jquery ui dialogs initial position

I am using JQuery dialog for creating dialog windows in my web app. $('.navbar') is the header navigation menu. My problem is when opening second dialog it opens straightly on the position of first ...
0
votes
0answers
25 views

jquery ui Dialog Widget Destroy Script Error

When I call the destroy of a Dialog Widget in its close method I get the following error: SCRIPT28: Out of stack space jquery-1.9.1.min.js, line 3 character 15166 Any ideas?
0
votes
2answers
105 views

JQueryui dialog showing white box in middle of page

I am having an css issue I believe with a white rectangle appearing in the middle of the page when I use the jquery UI dialog box in both IE 10 and FireFox 19.0.2. Was hoping someone could point out ...
0
votes
2answers
89 views

Java GUI Accessing Buttons From showInputDialog

Basically I have code that displays a dialog box and allows the user to choose between 2 and 4 players. It works fine however I want to be able to control what the 'OK' and 'Cancel' buttons do but I ...
0
votes
1answer
82 views

Getting an AlertDialog to save its checkboxes state between calls

I have a DialogFragment (android.support.v4.app.DialogFragment) which I instantiate with: public Dialog onCreateDialog(Bundle savedInstanceState) { ... AlertDialog.Builder builder = new ...
0
votes
0answers
100 views

jquery ui dialog not working

i have a problem using jQuery UI dialog i have the page as follow. <script type="text/javascript" language="javascript" src="../javascripts/jquery.js"></script> <script ...
0
votes
0answers
88 views

Creating background Grid in MFC

While running dialog I would like to show Grid, as there is no direct way , I am drawing lines in onpaint. I want this grid to be in background, i.e when I create any control on dialog control should ...
0
votes
1answer
134 views

Is there an updated version of the FolderBrowserDialog?

Windows seems to utilize in a few places a more modern dialog for browsing and selecting folders (I found this screenshot online, http://media.wiley.com/Lux/97/145397.image1.jpg), so I'm wondering if ...
3
votes
4answers
532 views

JavaScript - How to create a dialog window without using alert() or window.open()?

I was wondering if there was a way to create a popup dialog in JavaScript without using alert(), confirm(), prompt() or window.open() The reason why is because I want to be able to put anything ...
-1
votes
2answers
207 views

How can I create positive and negative buttons at custom dialogs

I want to create a custom dialog. So i create a template 'dialog_change' and I open the dialog. Dialog myDialog = new Dialog(Overview.this); myDialog.setContentView(R.layout.dialog_change); ...
4
votes
1answer
133 views

pharo smalltalk, blocking dialog and parents windows

I'm doing an application in Pharo. And I am designing some GUI with UIBuilder. I am manipulating windows, and these windows creates others windows (or dialogs). My question is how to do for when ...
0
votes
2answers
77 views

Is it possible to style AlertDialog independently of activity's theme?

I realize the question is kind of weird, but I want to stop using deprecated options menu and switch to action bar. Unfortunately, to do that I must use Holo theme, which comes with a different ...
1
vote
3answers
125 views

Change jQuery Dialog Window Position

I'm using the Dialog from jQuery, http://jqueryui.com/dialog/#modal-message It works perfectly fine, I just can't seem to move the dialog window's position. How do I achieve this? I've tried looking ...
0
votes
5answers
212 views

jQuery button widget not working properly on submit in Chrome

I have one little problem with my web. I have there form in external file, something like below. <form action="/action.php" method="post" id="formularz_dodaj" target="iframe_id"> ...
0
votes
2answers
147 views

wxWidgets - modeless wxDialog

I am creating my own subclass of wxDialog and it works well when used as a modeless dialog like so: AddDialog newAddDialog = new AddDialog(this, wxID_ANY, _T("Dialog Title"), wxDefaultPosition, ...
1
vote
1answer
58 views

Jquery UI function on open working for the fist time but not for second time

With the Open attribute of a jquery ui dialog I am initializing two variables. $('<div><b><center>'+ text +'</center></b></div>').dialog({ ...
0
votes
1answer
35 views

JavaScript library to help manage dialog stacks?

In our app we are solving the problem with dialog hierarchies. Consider following example: the user opens a dialog (list of objects) then another one from within the first one (say a detail) and then ...
3
votes
3answers
766 views

Uploadifive within Jquery UI Dialog

I've been scratching my head for ages over this now. I'm using uploadifive on a page to allow for file uploading, this is working fine. Now, when I put the browse button/queue within a jQuery UI ...
0
votes
1answer
148 views

JOptionPane is reappearing once

This is my second time posting a question on stackOverflow. In my code I have a JOptionPane that will allow the user to press "OK" or "Cancel". If the user presses "OK" the code should return an ...
0
votes
1answer
109 views

Showing a dialog without freezing the UI

My current progress dialog freezes the UI, I mean, I can't use the app while the dialog is showing, I cannot move, or click any button. Is it possible to show a dialog without it takes any focus?(So I ...
0
votes
1answer
1k views

position primefaces dialog at the center of the screen

There are quite a few dialogs in different pages, and to position them at the center of the screen, I wanted to apply one css. This however didn't work. .ui-dialog{ position: fixed; top: ...
1
vote
0answers
173 views

JQuery UI dialog popup not clickable after closing and reopening in Firefox

On a website I am working on, there is a popup that loads a user control. It has three textboxes and a button. The first time I open up the dialog box, it works just fine. But if a user closes and ...
1
vote
3answers
1k views

Submit a form inside a jquery dialog box

I know this question have been asked before but none of the solution seem to work for me. I have got a form inside a jquery ui dialog box: <!-- Dialog: Register new user--> <div ...
0
votes
1answer
184 views

jQuery UI, .load and dialog

I need to get a button to trigger a jQuery UI dialog box, which AJAX requests a page based on GET params supplied in the tag of the inital link. The AJAX loaded page will then retrieve data from a ...
0
votes
1answer
85 views

android ui - how to implement a series of dialogs

I have the following flow in my application and dont know how to implement this in an android way. The user can check in the app if there is a update available, if so he can choose if he wants to ...
0
votes
1answer
77 views

Taking data from a Dialog in Qt and using it in a Ui

So I'm making a text editor using Qt and right now I have a button that opens a dialog called "Format text". I want it to work kind of like the dialog in notepad called "font" where you select a few ...
2
votes
1answer
145 views

Updating a dialog from another form

I know there are a lot of similar questions out there and I have read through a lot of them. Unfortunately, I still couldn't solve my problem after reading through them - however I am relatively new ...
0
votes
1answer
48 views

Blocking dialog like construct in android

Looking for a blocking,value returning dialog like custom construct in android. Something like this: Output outValue = MyPopupBuildingClass.showWindow(inValue, R.layout.my_layout); Yes that's the ...
0
votes
0answers
50 views

Send multiple selected elements from table to Dialog UI

I have a piece of code that links to the "TD"s of a table, a ContextMenu. In this linking, a function is also set such that when an action is performed (a button from the ContextMenu is pressed), a ...
0
votes
1answer
87 views

JQuery dialog only shows up after JS processing

I have the following code: [DOCUMENT READY] $("#hincl_working").dialog({autoOpen: false, modal: true}); [SOME JS FUNCTION] $("#hincl_working").dialog("open"); PROCESSING (takes a few seconds ...
0
votes
0answers
134 views

PyQt closing dialog error

My program involves a small main window, and a series of buttons which each trigger a dialog to form. These dialogs are imported from a separate file, and are triggered like so: def ...
0
votes
1answer
80 views

Automating a welcome screen in Wix 3.5

I have a jpg image that i want to use a welcome screen or dialog , it should appear for say 3 - 5 seconds (any variable time slot) and then automatically license agreementent dialog should open , on ...
1
vote
2answers
222 views

How to extend JQuery UI plugin

The existing dialog plugin doesn't have an option to close dialog on clicking modal overlay, how to add an option to provide the functionality?
1
vote
1answer
251 views

Requests dialog not closing

I have been using the requests dialog quite happily up until this morning when it has stopped working correctly. When submitting the dialog or cancelling it, the dialog becomes stuck and does not ...
1
vote
2answers
148 views

How to display a user language dialog from menus in WPF?

I want to open dialogs in WPF (Save, Open, Print…) with the user language. How do I find the user language? How do I open the dialogs with that language? The menus and sub-menus are shown ...
1
vote
1answer
126 views

How to implement toggle effect with key combination < CTRL + Q > for Jquery UI dialog?

I have JQuery UI Dialog opening on pressing CTRL + Q using the following code.. $(window).keydown(function (e){ if (e.ctrlKey && e.keyCode == 81){ ...
2
votes
1answer
595 views

jquery ui dialog will not “close”

I have a jquery dialog that I want to make JIT (Just in Time) this, to me, is by far the most elegant way of working, but I have spent about 2 days solid on this error and I cannot for the life of me ...
0
votes
1answer
84 views

Every widget on android UI is a View object?

I read on SDk says that View represents the basic building block for user interface components. I'm wondering is dialog or preference can also be regarded as View object? Can I get all the widget on ...
0
votes
0answers
861 views

Dialog box positioning

I have quite interesting problem - haven't found solution nowhere yet. Case is as follows: I have number of Tabs (created by jQuery Tabs) that are loaded on click via AJAX (this part works ...
2
votes
1answer
1k views

jQuery UI dialog with boolean return - true or false

I´m trying to do an replacement for the javascript confirm(). I have found the jquery dialog() function that can be fully customized. The problem is that i cant make it return true or false. Here is ...
0
votes
1answer
333 views

Dialog for security questions on login with jQuery Mobile App

I'm currently looking for a better way to do this. I have to create a series of dialog popups for risk based security on this application I am working with. I have the dialogs set up with ...
0
votes
2answers
2k views

I want to show Jquery UI Dialog(message) after an Ajax request

first: I want to show the returning data with an Ajax request in my Jquery UI message box. and second: in the code below the message box appears just for 1 second. I dont know why!!!!! <script> ...
0
votes
2answers
587 views

BlackBerry modal text input

Is there a modal dialog for BlackBerry OS (v. 4 - 6) which have a text input field? I have a graphical application and I would like to avoid painting on it's canvas, just throw a modal in the user's ...
0
votes
3answers
420 views

jQuery dialog popup behind my blog content. How to fix

I have this problem I have dealing with for a while now. My dialog appears to pop up behind my blog content. here is a screenshot. http://wsoplugins.com/wp-content/uploads/2012/04/Capture.png can ...
2
votes
2answers
247 views

mimic jquery ui dialog button style

Can anyone tell me what class name to specify for an html button, e.g, <div id='dlg' class='dialog'> <input type="text" id="client" name="client" /> <button type='button' ...

1 2 3 4