modal

AJAX ModalPopup

hi everybody, I have problem, please let me know how to solve this. scenario is like I have created the user control TimeSheet which has a timesheet grid and Add Activity button at the top. On click of Add Activity button a AJAX Modal Popup come up which has a ifram in it which intern display ProjectActivity.aspx page. now AJAX Mod...

Why wont my viewDidLoad method execute?

I have an iPhone app, with a tab bar controller. Before the tab bar is loaded, I present a modal view for registration. Once registration is completed this view is dismissed, and the tabs appear, with the "News" tab selected. For some reason, even though the News view is displaying, the viewDidLoad method of the News class is not being c...

modal windows over homepage instead of loading new page

new to jquery, and going for some mighty challenging things right off the bat. i'm creating a portfolio website where the homepage contains images as links. when the user clicks on the links, instead of load to a new page, i would simply like a transparent overlay to occur, so that you can still see the content of the new page laid ove...

Modal window once a session with jQuery

Hi. I'm looking for a script, preferably a jQuery plugin, to display a modal window when entering my website (whichever page) but only once during the same browsing session, so when the user closes and reopens the browser he sees the modal window again in my website. Can somebody help me? Thanks ...

Thickbox integration for MooFlow

Hi Can anybody help on how to integrate thickbox(http://jquery.com/demo/thickbox/) for MooFlow(http://www.outcut.de/MooFlow/example-milkbox-bridge.html) slide show. My requirement is: need a modal window with html content (details of the photo) when i click on a photo. Thanks in advance. --Nehatha ...

How to implement a modal like behavior

Hi everybody! I 'm running currently into a situation for which i cannot find a solution: In a WPF application i 'm opening several user controls in a tabcontrol. So every tabitem has different things loaded(e.g. customer,supplier, article, warehouse,...). In the customer tabitem i want to delete the selected customer, so i want a pop...

Dismissing multiple modal view controllers at once?

So have a stack with three view controllers where A is root, B is first modal view controller and C is third modal vc. I would like to go from C to A at once. I have tried this solution to dismiss.It does work but not in a correct way. That is when the last view controller is dismissed it will breifly show the second view controller befo...

Jquery FullCalendar linked to GCal with modal popup

Okay... I am still fairly new to using jquery and javascripting. I have successfully implemented the Jquery FullCalendar on my site and linked it to GCal events. Is there any way I can have the events, when clicked, to popup in a Modal Window? ie. just like how the embedded calendar that google provides. My code: $(document).ready(fu...

jQuery modal does not update in IE

Hi, I cannot get the following code to work in IE8, it works fine in Firefox. A user clicks a link to add a property to their favourites list. When clicked I use jQuery to load the page into a modal. If they click the same link again the code needs to rerun so it will display "already added". In IE it just displays the original modal w...

How do I display the UINavigationBar on a modally presented UITableViewController?

If you have a UINavigationController's UIViewController present a UITableViewController (TVC) modally, is there a way for the TVC to display the UINavigationBar of its parentViewController? Or, should I have it create a new UINavigationBar, item, buttons, etc. for the modal TVC? ...

What is a path from Ctools Modal to Modal Frame API

I wrote a module that uses the Ctools Modal Window to serve a form wizard. I would like to switch to using the Modal Frame API (which uses the JQuery UI Dialog as the modal). If someone has some experience making this type of switch in their code and can give me some pointers, I would appreciate it. Thanks, David Update: So I fin...

UX: Edit in place vs. separate edit page / modal ?

I have some data that is broken up into sections, much like the Resume feature of StackOverflow Careers (it's not resume data, though), that is editable/create-able via a jQuery web app. It's a bit more hierarchical (jobs can have sub-jobs, etc.) so depending on what method of CRUD I take, it means differing amounts of work. I don't mind...

Modal View is displayed full screen as it should, but behind the navigation bar...

Hi all Here is my problem, Im trying to present a modal view in front of a view with a Navigation Bar. I managed it fine with my Login modal view, which was presented by the RootView of my application. But this time the modal view is presented by one of the views of a CustomTabBarController (like in the Tweety app, I created it myself t...

jquery - colorbox plugin, I need to submit form via ajax

If I'm using the colorbox plugin, how do I submit a form via ajax and then make a new modal out of the response? For example, the user clicks a link and a modal pops up. They fill out the form and click submit and then the modal should change to the next form. Then they fill out the next one etc... ...

JQuery .bind and .Trigger question

Hi – I am using MVC 2 and JQuery with JQModal to create forms dynamically and am having an issue with closing a Modal window that is opened on top of another modal window using Jquery .trigger and .bind to catch the event triggered. The associations for example are: Companies -> address / contacts/ communication ( selectable from...

SimpleModal OSX Style

At the moment i have this code: <!-- modal content --> <div id="osx-modal-content-1"> <div id="osx-modal-title">OSX Style Modal Dialog</div> <div class="close"><a href="#" class="simplemodal-close">x</a></div> <div id="osx-modal-data"> <h2>Hello! I'm SimpleModal!</h2> <p>SimpleModal is a lightweight jQuery Plugin w...

How to handle assertion failure on NSButton lockFocus when using modalWindow on quit?

a button's IBAction in windowA calls runModalForWindow:windowB. windowB becomes key and modal. windowB has a popUpWindowDatePicker which calls stopModal upon display, and then popUpWindowDatePicker becomes key, and windowB resigns key and is not modal. no window is modal at this point. when popUpWindowDatePicker is dismissed, its didR...

iPad Splitview template and modal views

I am trying to do a modal view inside the SplitView template. I can make one, but if you turn the device or just press on the modal view, it dissapears behind everything. How can I make a full screen modal view ? I have tried every modal style but the modal view will never stick around. ...

Ajax modal popup loads behind the activex control

In a page there is an activex control as well as a button whose onclick opens an ajax modal popup. The problem i face is that whenever the button is clicked the ajax pop up loads behind the activex control and thus it is hidden.So I am not able to use that control at all. I have not found a proper solution to this. I tried a solution wh...

Modal forms hidden by fsStayOnTop forms

I have a form (TBigForm in the example below) which allows to manipulate some complex data and needs additional information to be shown. I put this info in a fsStayOnTop form (OnTopForm in the example) to ensure it's always visible but can be moved out of the way if necessary. Now when some user action in TBigForm shows a modal form this...