modal

iPhone: Can't animate contentInset while animating Nav Bar show/hide

In my app, I have a table view. When the user clicks a button, a UIView overlays part of that table view. It's essentially a partial modal. That table view is intentionally still scrollable while that modal is active. To allow the user to scroll to the bottom of the table view, I change the contentInset and scrollIndicatorInsets values t...

How to add animation on open of a Jquery SimpleModal?

The animation-enabled example in the SimpleModal site has this animation: 1. Fade in the overlay 2. Slide down the modal div This is the code: $("#the-div").modal({ onOpen: function (dialog) { dialog.overlay.fadeIn('fast', function () { dialog.data.hide(); dialog.container.show('fast', function () { di...

Need image, text, youtube, etc. jquery modal overlay with long description

Hi, I am looking for a jquery modal window script for displaying images, text, html, videos, etc. There are a lot of great ones out there, but I am looking for one that allows for a long description (that isn't pulled from the title) - like highslide that lets you have a caption and will display the photo text to the right or left of y...

Problems in Showmodal after assigning to Setparent(..).

I created two application MainApps and SubApps, the SubApps has a modal type dialogbox such as login/logout form etc. and its working fine. After I attach it to the MainApps, the Modal Dialog box shows like normal box form. It behaves like "DIALOG.SHOW" instead of "DIALOG.SHOWMODAL"; I am using delphi compiler SubApps buttonclick; ...

Save a tab in a jQuery Modal Window for future Display

Hello, long time reader, first time poster. I’m coming with an issue that many of you will find trivial but I’m bashing my head against it for too long time and I can’t seems to find any clue on the internet. As a total scrubs with JavaScript, I’m trying to use JQuery.ui smartmodal windows (v 1.8.rc1) for displaying two football teams ...

Jquery UI Dialog Weird Behavior in Firefox - Whole screen becomes non-clickable on second overlay

I have two links that show up two modal dialogs. These dialogs are static divs in the html of the page with their own ids. When I click the first link, the first dialog shows up and behaves correctly. But when I click the second link, the whole screen grays out and everything becomes unclickable, including the second dialog. It happens ...

Jquery UI Dialog issue with IE 7,8

I'm currently using JQuery 1.3.2 , JQueryUI 1.7.2 and IE 7 I am having a problem with adding lots (list of 2000 items) of options into a tag inside a jquery dialog in production environment. I can't post any screenshot regarding this issue due to copyright materials. I have a button "New Contact" that is a JqueryUI dialog pop-up (mo...

Is there a way to present a modal view that extends outside of the bounds of the view that is presenting it?

I have a subview of a split view that is presenting a modal view but I need the modal view to take up the entire screen, not just the bounds of the presenting view, is there any way to do this? ...

jQuery popup help

I'm using this script as a popup on my website for a login. But what im having trouble with is that it makes me put the HTML code of the popup in my index or page whichever will display the popup. Is there a way to make it so that i can call the popup code externally like whatever is in the popup? This is the popup code im using! htt...

When initializing a main window win32, when is the best time to show a modal dialog?

I'm trying to accomplish this in Win32, but I'm sure the same rules apply in the world of WinForms. Q: I create my main window, and then, when it is being shown, I want to show a modal dialog. The problem is; how can I know when the main window is completely initialized and visible? That is, exactly when is the best time to show the dia...

How can I make a single instance form (not application)?

In my C# application I have an option dialog that can be opened from a menu command. I want to ensure that the option dialog have only one instance (user cannot open more than one option window at a given time) without making it modal. Also if the user already have this window opened, and he clicks in the menu item to open it again, th...

iPad Modal View Dismissal Changes Parent View Orientation.

I have an iPad Split View Application that brings up a modal view to display certain content. When I bring up the modal (in PageSheet style) and then change from Portrait to Landscape (or vice-versa) and then dismiss the modal the orientation of the detailViewController (the parent of the modal) turns 90 degrees. So if I am in landscape...

expandable css box

How to create a floating box which can be expanded using an expand handle on the right bottom corner. The expanding should occur both vertical and horizontally. ...

Stacked modal UIViewControllers don't animate as per doc?

In short, I have a root controller RootController presenting a modal navigation controller showing Controller1, which itself presents a modal navigation controller showing Controller2. I want to dismiss Controller1 and Controller2 at the same time by sending the root controller a dismissModalViewControllerAnimated: message. I expected ...

iPhone SDK UIDatePicker Modal Popup

I need to have a modal datepicker popup like the keyboard when a textfield is pressed. I have done a lot of searching but not seen anything with a complete solution, can anyone hel please? ...

Jquery Modal Plugins

HI , I am using eric martin Jquery plugin now what i want to do is to load another modal on top of the modal which has been already . Is it possible to do so ? If so how can i achieve it ? please help me. ...

iPad - change dismissModalViewControllerAnimated transition

I'm displaying a modal view using the UIModalPresentationFormSheet presentation style on my iPad. Everything is working as expected, but when I click "Save" in the view and load the dismissModalViewControllerAnimated method, the view slides down rather than up (as in Apple's own applications, e.g. when sending an email in Mail.app). At t...

jQuery .CSS won't position element to the bottom right!

I am trying to make a simple Modal Box that can be minimzed to the bottom right of the screen so i can make it into a plugin but i cant get the simple CSS to work and position itself to the bottom right! Here is all the code you can instantly paste it and see the example work. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E...

Dismissing multiple modal views

My application presents a modal view (A) from the main view that lets the user make a selection. When they make that selection it opens a second modal view (B) on top of the first one (A). When I'm done with the second modal view (B), and want to dismiss it, I would like to dismiss the first one (A) and the second one (B) at the same ti...

modal window with non square borders

How do I make modal windows with non square borders, for instance a modal window which has a corner to indicate it's coming (sorta being shout) from a text. ...