dialog

Image Map links not firing in a jQuery UI dialog (IE only)

I'm attempting to place an image map into a jQuery UI dialog. Initially, the and are hidden on the page so that I don't have to do any AJAX. When the dialog is triggered, the and are placed in the dialog and the hidden original content has its link to the image map removed. There are a few links on the image map in tags and in Fire...

Better dialog shadows in YUI 2 ?

Here's a tricky one: has anybody seen a YUI dialog/panel implementation with nice OS X style shadows around the dialog, instead of the blocky shadow that is implemented by default with the "underlay" element? You can see this type of shadow on Amazon.com popup windows. It requires quite a bit of PNGs but looks very nice. I'm thinking...

CKeditor: Add a custom tab to a dialog with a "Browse server" button

Hello, I am using CKeditor and I have written a custom filebrowser, which works quite well. At the moment I am trying to modify the image dialog. I want to add a tab, which allows the user to enable prettyPhoto for the image. Therefore I need a button, which calls the filebrowser. I added the filebrowser option to my element, but when I...

How to check if an other program is running in fullscreen mode, eg. a media player..

Hi, How can I check if an other app is running in full screen mode & topmost in c++ MFC? I just want to disable all of my auto dialogs (warnings) if media player or other players are running. (Like silent/gamer mode in Avast.) How could I do that? Thank you. ...

Android not sizing Custom Dialog big enough

I am using a custom Dialog that contains a text field, an image, and a button. The text can contain HTML. Sometimes the bottom of the dialog gets chopped off the bottom when the text is long enough. How can I prevent this? I want Android to determine the size of the dialog but it doesn't seem to be doing that. DO I need to size the Dialo...

Display Jquery UI Dialog on current mouse position, bug in IE 8

I am using Jquery UI Dialog and its working fine in FF/Chrome/Opera but there's some issue with IE, I am having latest version of JQuery UI 1.8.5 and all the workarounds setting position:absolute etc are not working at all, What I need is if my anchor tag is near to end of the browser window and there's not enough space for the ui dial...

trouble invoking a Jquery dialog box on a 'parent' page.

I am having a trouble invoking a Jquery dialog box on a 'parent' page. I'm calling the dialog 'open' from a dynamically loaded page within an iFrame on the 'parent' page. The showDialog button is on that dynamic IFrame form. I'm using #divId as the placeholder div, and #modalIframeId1 is where the dynamic form gets loaded via src='Add...

Jquery dialog, javascript

Hello I have a jquery dialog with an input text and some checkboxes. The problem is that i cant set focus or enter text in the inputs, I am using jqueryui 1.7.3 and 1.3.2 core, firefox 3.6.10? On IE the problem doesn't exist, so is this a bug of jquery or firefox? Any solutions? thanks code: $('#corr_types').dialog({ wi...

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 around google and found a few others with this issue, but none of the solutions they posted have helped me, so I turn to the StackOverflow ...

Problem with "has leaked window" on dialog.

I am writing an android app to give the user the option to call a different alternative number based on the number he tried to call. To do that I have BroadCastReceiver that gets the number being called, checks if there are alternatives and then to show the dialog it starts a new activity to do that as it can not do on its own. Everythin...

jquery append behaving strangely in jquery dialog

I have a jquery dialog in which I display a form. The form has a "picture_fields" div in it that I append new fields to if the user clicks on "Add More Pictures", i.e. the form displays with one "Picture" file-field, but the users can add more be clicking the "Add More Pictures" link. This all works great the first time the dialog with...

Opening jQuery UI dialog with a keyboard shortcut puts the key pressed into the dialog's form

I have a form inside a jQuery UI dialog. The dialog is set to open whenever the "t" key is pressed. The problem is, when this happens, the letter "t" gets inserted into the first input of that dialog's form, which I don't want to happen. Here's the code I have: $('#addtime-form').dialog({ minWidth: 351, modal: true, autoOpen: fal...

jQuery UI dialog with iframe and anchors

I am loading a page into an iFrame in the dialog. This is a help page with anchor tags. When I load the page using an anchor or even when using the anchor tags in the dialog the browser jumps up to the anchor, even if the dialog is centred. See: http://immoshots.com/test/jquery.ui.dialog/default.html Is there a workaround for this? An...

jQuery .dialog on load()

I want do wrap error messages that appears (in #error div) and disappears from page to page in a jQuery UI dialog. Some of error messages are added dynamically by jQuery $('body').append('blablabla') or another insertion method. So this construction: $('#error').load(function() { $('#error').dialog({ draggable: false, ...

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"&gt;&lt;/script&gt; <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"&gt;&lt;/script&gt; <link rel="stylesheet" href="http...

Is there a builtin confirmation dialog in Windows Forms?

I'd like to create a simple confirm dialog saying "Please check the information and if you're sure it's correct, click OK." Is there something built in like this? ...

jquery Ui Dialog can't fadeout twice

i have a strange problem with jquery i have this div that shows messages for ajaxified actions and i want the message to go away when after 5 seconds .. it works for the first time.. but when i trigger the action again in the same page the dialog appears but and never get fade out no matter what unless i close it by press the X button ....

jquery multiple dialogs to return value to function that called it

Hi, I have a application with many dialogs and created a function to open a dialog and also load data into it, so other functions could open a dialog and process the users option. The problem is when I call openDialog it stops the function that called it. I thought by adding a return value so when a button is clicked the calling funct...

jquery dialog not centering

EDIT: rewrote this to be html only In the following code, why is the jquery dialog that's displayed not centered? The dialog is opened by clicking the "test" button on the page. <html> <head> <script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> ...

how to create autocompletetextview in the dialog box in android

Hi to all, I need to create autocompletetextview in the custom dialog box. when the search button clicked ,custom dialog box(including autocompletetextview box) will be appear below the menu bar. which is the better dialog box or pop up window. please help me. Advanced thank you, akil.. ...