0
votes
1answer
12 views

How to modify the jquery-ui dialog on bootstrap modal

I have this following code for making a confirm dialog using jQuery UI: function Help(section) { $("#userpopup").remove(); $("body").append("<div id='userpopup' title='Help' ...
1
vote
2answers
22 views

MS Access freezes while running VBA, then unfreezes once finished

I've got a VBA script that loops through a table and it works fine except that while it runs the code Access freezes. Once the code is run, it unfreezes and everything as it showed be (the vba ...
1
vote
2answers
35 views

Java-Is there a way to get MouseEvents with a modal dialog up or make a non-modal dialog wait until input?

I am working on a program that is meant to keep track of footraces. The program is set up so that a right click(though this may be changed) at any time will indicate a runner has passed the finish ...
0
votes
0answers
17 views

Eclipse RCP - Modal dialog not on top in Linux

We have developed an Eclipse RCP. One of the dialogs (Jface dialog) is not appearing to be modal in Linux. There is another similar Jface dialog in the same RCP that works as modal. Can anyone help ...
0
votes
0answers
498 views

jQuery Bootstrap Dialog 2 Form Validation

I'm trying to create a wizard using Nikku's plugin for bootstrap but cannot work out how to integrate jQuery validation. https://github.com/Nikku/jquery-bootstrap-scripting I thought that I may be ...
0
votes
0answers
93 views

Jquery modal dialog blocked after reopen

I have a problem with the jQuery dialog. Here is the code that create the dialog: $( "#dialog_post_permission" ).dialog({ autoOpen: false, modal: true, width: 350, buttons: { ...
0
votes
1answer
112 views

Change PrimeFaces dialog to be modal on client side

I have a primefaces dialog like this: <p:dialog widgetVar="dlg" width="320" height="220" modal="false" closable="false" showHeader="false" resizable="false" position="right,top"> If I click ...
0
votes
1answer
140 views

Jquery dialog with fadeIn/fadeOut and load issues

My client wants a fadeIn/fadeOut image when loading interior pages. This is the page in question: http://angelynngrant.com/mei3/ouragency.html Problems: (1) fadeIn does not work; (2) fadeOut works, ...
0
votes
2answers
428 views

Primefaces: If closing Dialog, background is deactivated with modal=true

I am using modal= true and appendToBody=true in my Dialog, it works fine in Chrome and Firefox but not in IE8. The Dialog shows up, but if I close the Dialog the background is still blue, because of ...
0
votes
1answer
139 views

Dialogs not showing correctly using modal=true and appendToBody=true

I read many posts about this issue, but couldn't find a solution. I have a form at the beginning of my JSF with a commandButton, which should open the dialog. The Dialog has a form inside the Dialog ...
0
votes
1answer
77 views

How can I intercept mouse events outside a Java modal dialog,

I have a modal dialog in Java and want to know when the user clicks outside the dialog (on another window in the application) instead of just having it go "blong" and flash the border. For such things ...
1
vote
4answers
2k views

jQuery UI Dialog using iframe URL

I've used nyroModal and Fancybox as tools for websites but in this instance I must use jQuery UI's dialog tool. I need this dialog to load a page. I believe I've done this before but everything I come ...
1
vote
1answer
238 views

Capturing response with a JQuery modal dialogue

I have a simple confirm dialogue: <script type='text/javascript'> function confirmPubGL( theForm ) { theForm.submit.disabled = true; var ...
0
votes
0answers
53 views

IOS - Can't resize a UINavigationController that is presented as a Modal Popup

I have done a ton of research, and I still cannot find an answer!! I wish to show a modal dialog which displays fields for the user to fill in. When you click a button, another view will get pushed ...
2
votes
2answers
102 views

Positioning relative to an element and window

I currently have a dialog with a bunch of options defined. It is shown when the user clicks on a button. My dialog is defined as: $('#newIssueDialog').dialog({ autoOpen: false, ...
1
vote
1answer
72 views

.Js How Dinner | Black Screen and Enhance Element, Screen Effect

I want to make a screen effect like when you push a button, a dialog will appear into the center and the rest of the space will become darker with opacity. A example will be like the Modal of ...
0
votes
1answer
281 views

ASP.NET: How to display a jQuery Dialog after Page Response.Redirect?

Is it possible to show a jQuery Modal Dialog after a Page Redirect (Full Postback) ? I have a page: MyEditForm.aspx/EditId=0 In that page there is a form and a SAVE button, when I click the SAVE ...
0
votes
1answer
744 views

Jquery Open and Close Modal Dialog Asp.net Script

I cant seem to close the modal with a button , The webpage loads and automatically pops up the modal with an overlay.however ,i want to open the modal using a button not when it loads the page ...
0
votes
0answers
316 views

IE overlay not working for primefaces dialog

I'm using primefaces dialog element to display a modal. In all browsers this is working, however in IE, once I close the dialog, the overlay is still there and nothing can be clicked. I couldn't find ...
0
votes
1answer
294 views

How can I stop a JqueryUI Modal Dialog from being initiated multiple times?

Here's the scenario - without code (simpler that way): Load a div with content (including scripts). One of the scripts is the initialization of a JqueryUI Modal dialog - which is "opened" with a ...
1
vote
0answers
135 views

modal dialog close window activate frame

is it possible to make Java Swing activate the parent JFrame, when closing a document modal JDialog ? The default mechanisms seems to activate the last JFrame instead of the parent JFrame. This may ...
0
votes
2answers
258 views

opening jquery modal on pageload

I have a function that opens a modal window on button click. How do I modify this so that it opens on page load (well... after a form is processed) here is the function that opens the dialog: ...
3
votes
0answers
224 views

Javascript: Modal Dialog Window - Inactive Tab Page

I have a modal dialog popup being called from a parent window after 30 seconds of launch. The modal window then closes automatically after 10 seconds of its launch. The problem is when the parent ...
0
votes
1answer
170 views

re-bind jquery dialog/modal

Thanks to an earlier help (http://stackoverflow.com/questions/12224717/cant-execute-jquery-post-or-ajax-after-initial-run), re-binding click events work fine now. However, I can't seem to re-bind the ...
2
votes
1answer
742 views

SWT modal dialog not modal

According to another discussion here, I try to open a modal view like so: public void widgetSelected(SelectionEvent e) { final Shell dialogShell = new Shell(ApplicationRunner.getApp() ...
1
vote
0answers
212 views

jquery modal window: loads content onclick first time; via php script subsequent times

I'm using a login script that handles all error catching and feedback messages with php. These messages send the user to a page outside of the website navigation, so I'm trying to get them to display ...
1
vote
0answers
687 views

Rails 3.2 Bootstrap modal dialog

I have a problem with BOOTSTRAP and RAILS 3.2, I can not to display my form. index.html.erb <%= link_to 'New Country', new_backend_country_path, class:"btn btn-primary", :id => ...
0
votes
1answer
2k views

jQuery balloons

Does anyone know if you can use a jQuery balloon on a text input that is contained on a jQuery modal dialog? <div id="dlg-clock_in_out"> <section class="roundbox-sml" style="padding:5px; ...
0
votes
1answer
144 views

Input in modal dialog from another component

i wrote a screen keyboard for a application in visual basic .net, which i try to use to wirte in the textbox of a modal window. The problem here is that my keyboard is blocked by the modal window, ...
1
vote
0answers
231 views

jQuery UI modal dialog overlay covers content when viewed on Android browser

I have a jQuery modal dialog that works fine on IE 7/8/9, Chrome, Safari, FF, Opera and even Opera Mobile on my Android tablet. When I try to open the page in the built in Android browser though, the ...
1
vote
1answer
290 views

How to Make a Dialog Modal

I have a save file dialog set up to display but when I click off of it the dialog it disappears into the background without a tab or anything. My question is how do I make the dialog modal? If you ...
0
votes
0answers
271 views

Modal Multi selection Dialog in cocos2d-x

I need something like this: http://labs.makemachine.net/2010/03/android-multi-selection-dialogs/ for cocos2d-x. Since there is no straightforward way to do this in Cocos2d-x I wonder if someone has ...
1
vote
0answers
523 views

Open primefaces dialog on error in prerenderview event listener

I have a problem with open and close a primefaces dialog on error in a prerenderview event listener. I use the event listener to load data from a third-party system, which under some circumstances ...
0
votes
0answers
154 views

facebook login is not modal anymore

I tried FB.ui({ method: 'oauth' as well as FB.login but I can't set it up properly to show as modal dialog. Is fb login not modal anymore? thanks
3
votes
2answers
4k views

knockout.js - deferred databinding for modal?

I am using knockout.js to display a list of employees. I have a single hidden modal markup on the page. When the "details" button for a single employees is clicked, I want to data-bind that employee ...
0
votes
1answer
527 views

jQuery Modal dialog from URL, not using .load({modal:true})

Quick: Suggestions please to the best way to load a URL in a modal dialog where the URL to be loaded is not imported into a DIV of the calling page. More detail: I have an HTML page with a jQuery ...
0
votes
3answers
534 views

check checkbox status in jquery UI modal dialog

I have modal jQuery UI dialog with a checkbox: $dialog = $('<div id="formContainer"></div>') .html('<div>some text</div><input ...
2
votes
1answer
693 views

UI-dialog overlay in firefox

I'm using the jQuery UI dialog modal to show up form in a modal. When tested in Chrome everything went well. But in Firefox the overlay (ui-widget-overlay) doesn't take the whole browser window. So ...
0
votes
2answers
160 views

Close a dialog by clicking the modal iframe?

I am creating a modal dialog box. First I append an iframe to the body tag to act as my overlay. <div class="modal-screen"> <iframe src="javascript:false;"></iframe> </div> ...
0
votes
1answer
868 views

MVC3 passing data from jquery modal dialog to controler at load event

i'm trying to pass the value of a button to a modal dialog. My button event looks like this: //Dialog Function============================================================= //declaring the ...
0
votes
1answer
150 views

Creating a modal Dialog with Ruby/Tk

I have the following code: dialogproc = proc { if (tree.focus_item) per = Person.get(tree.focus_item) dialog = persondialog(per, root) dialog.set_focus() dialog.grab() ...
0
votes
0answers
305 views

Flip jQuery Modal Dialog

We have been using jQuery's modal dialog as a way for users to edit settings on a page. This works great. Now, we would like to be able to "flip" the dialog over and have some additional (less-used) ...
1
vote
1answer
568 views

UI Dialog modal windows work as modal window on the second click

I have problem with Jquery UI dialog,when i click the button the first time, it does show the dialog but not in modal dialog, but when you click it the second time, it show it correctly as a modal ...
2
votes
1answer
861 views

css for jqueryui modal dialog box

So I have had to modify the jqueryui modal dialog to make it comply with company standards. I'm having a little cross browser issue with the floats and widths of the input labels. Here is the sample ...
1
vote
0answers
180 views

using jqueryui modal dialog makes the font smaller and pushes the main div down

We're trying to implement the jqueryui modal dialog. However, it seems that when we do this, something in the styles are making the fonts smaller and pushing the main div down a little. Here is the ...
0
votes
1answer
371 views

How do I prevent closing of jQuery modal dialog when asp buttons inside dialog are clicked?

I am attempting to resolve an issue for a jQuery UI modal dialog that contains several asp controls which have server side events. Each time an asp control inside the dialog is clicked, the modal ...
1
vote
1answer
1k views

Modal dialog functionality using AlertDialog

I want to keep AlertDialog focused until a user presses any of the buttons on it. In other words, even if a user presses any other area (like it's parent area) or presses back button, dialog must ...
0
votes
0answers
2k views

PrimeFaces - Dialog Modal Hide

I'm facing some problems with dialog hiding since than I updated from 3.0.M3 to RC1 and later (I'm using 3.0.Final now). Initially, I was using oncomplete to hide the dialog, just like a friend of ...
2
votes
1answer
1k views

Open link in modal dialog (like Chrome Web Store)

How can i open a url link within a modal dialog like on Chrome Web Store when opening a Chrome App. Notice the background ramains in shaddow but it's still the home page. And the URL changes in Chrome ...
0
votes
1answer
493 views

Weird behaviour with MFC Modal Dialogs

I just noticed all Modal dialog in my program have a weird behaviour, The code will stop ad the dlg.DoModal() Call, but the window below it will still be active and accept inputs. This happen to all ...

1 2 3