Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
6answers
4k views

How can I use UIModalTransitionStylePartialCurl on a UIView that does NOT take up the whole screen?

In Apple's official Maps app for the iPhone, there is a small 'page curl' button in the lower-right corner. When you press it, the map itself peels back to reveal some options. I would like to ...
19
votes
9answers
4k views

What's your favorite jQuery modal plugin?

I'm looking for a jQuery plugin to show a modal-style popup consisting of a few paragraphs of text and a picture, which the user will view and close. So far, my search has turned up jqModal, ...
19
votes
3answers
25k views

How do make modal dialog in WPF?

I am writing my first application in WPF and want to have the user input some data on a modal dialog window. Apparently, this is not simple to do in WPF, because the parent window stays fully ...
13
votes
4answers
7k views

UIModalPresentationFormSheet resizing view

I am interested to know on how i can resize the view when using UIModalPresentationFormSheet of modalpresentationstyle, it looks like it has a fixed size so i was wondering if anyone out there did ...
13
votes
6answers
8k views

C#.Net messagebox is not modal

Why is C#.Net message box not modal? Accidently, if the message box goes behind our main UI, then main UI doesn't respond, until we click Ok (on our message box). Any workaround other than creating ...
10
votes
4answers
585 views

Why is a modal/modeless dialog called modal/modeless?

I always have trouble remembering whether the modal or modeless dialog is the one blocking operations in other parts of the application. Does anyone know why they are called that way?
9
votes
2answers
11k views

jquery: close dialog on click (anywhere)

Is there a default option to close a jquery dialog by clicking somewhere on the screen instead of the close icon?
8
votes
7answers
31k views

asp.net postback with jquery?

Can anyone help, I have a asp.net button but recently replaced it with a standard html button ... What i need to do is postback to an asp.net page and ensure a method is called the button before was ...
7
votes
0answers
972 views

Twitter Bootstrap modal window flicks

I want to insert something inside the modal window using Ajax, so I tried to manually open the modal window. The code looks like this $(function(){ $('#modal-from-dom').modal({ ...
7
votes
2answers
271 views

SammyJS json store demo - how to create modal product popup?

Does anyone have an example of making the product details of the SammyJS json store demo show up in a modal plugin like FancyBox? Here's the block of code from json store - what do I need to do to ...
7
votes
1answer
922 views

Tips on NSApp’s ModalForWindow, NSAlert’s ModalForWindow, and ModalSession

It took me quite a bit of experimentation to clear up some confusion over Objective-C’s “ModalForWindow” language and, subsequently, how to use a modal session. Maybe the following tips will save ...
7
votes
5answers
937 views

Emacs Modes: “Command attempted to use minibuffer while in minibuffer”

Scenario: I start to type M-x to type a command I switch to another emacs window/buffer because I realise I'm executing the command in the wrong window I start to type M-x again to execute the ...
7
votes
5answers
3k views

Delphi, possible to make a form modal to specfic parent form only?

I've got an application where there's a main background form, from there user can only non-modal forms that maintains different part of the system. The non-modal forms overrides the CreateParams ...
6
votes
0answers
55 views

Sometimes GTK modal dialogs are not modal — bug or feature?

When I create a custom dialog in GTK (both, GTK2 or GTK3) and set it to be modal, all input to other windows of my application is ignored. This works nearly always, but it fails under certain ...
6
votes
5answers
175 views

Getting data from Modal forms before it closes

I have a Modal form, and in the Ok button it processes some information, that I need in the form that called the modal form. How can I get it out before it closes? Or delay the close till I say it ...
6
votes
9answers
710 views

P implies Q, how to read in english

how to read P implies Q in classical logic? example : Distributivity: Ka(X->Y) -> (KaX -> KaY) This is modal logic which uses classical logic rules. KaX : a knows the that X is true. ...
5
votes
4answers
603 views

How do JavaScript-based modal/popup services like KissInsights and Hello Bar work?

I'm developing a modal/popup system for my users to embed in their sites, along the lines of what KissInsights and Hello Bar (example here and here) do. What is the best practice for architecting ...
5
votes
1answer
1k views

Javascript to stop HTML5 video playback on modal window close

I've got a html5 video element on a modal window. When I close the window the video continues to play. I'm a total newbie to JS. Is there an easy way to tie a video playback stop function to the ...
5
votes
4answers
189 views

A window that behaves both modally and non-modally

I want to create a WPF window that behaves as a modal dialogue box while at the same time facilitating selected operations on certain other windows of the same application. An example of this ...
5
votes
2answers
4k views

Transparent Background with a Modal UIViewController

I have a dilema, I want to present to the user a semi-transparent view. I found out by experimenting that if I simply pushed the transparent view to the top of my NavigationController's stack, that ...
5
votes
4answers
1k views

Keyboard Animation Issues When Calling becomeFirstResponder within a Modal View Controller

I've been having some issues with calling -becomeFirstResponder on a UITextField contained with a view controller that is presented modally. I call this method in the modal view controller's ...
5
votes
6answers
3k views

Simple modal div in jQuery?

I have tried almost all of the jQuery Modal plkugins I can find on the net but they are all much to bulky for what I need. I dont need all the fancy features, I want to be able to open a div and have ...
5
votes
5answers
7k views

How to make a JFrame Modal in Swing java

I have created one GUI in which I have used a JFrame. How should I make it Modal?
5
votes
3answers
1k views

Flex: Cannot tab between controls on a modal popup

Steps to reproduce: Create a modal popup to popup with popupmanager (mine is a group with a skinnable container inside of it) Put field components (textinputs) on the modal popup Attempt to tab ...
4
votes
3answers
125 views

Delphi onshow main form / modal form

I have a project which has a main form and some other forms. When the app loads it needs to carry out some tasks and show the results in a modal form on top of the main form. The problem I have is ...
4
votes
2answers
78 views

Communication between JOptionPane buttons and a custom panel

I have made a multiple input dialog by building a JPanel with the fields I want and adding it to a JOption pane JMainPanel mainPanel = new JMainPanel(mensaje, parametros, mgr); int i = ...
4
votes
2answers
613 views

iOS 5 SDK treating UIViews differently

My app which use to work perfectly being compiled in xCode 4.0.2 no longer works correcly compiled in xCode 4.2 with the new SDK. My modal views are working very different, some states not being ...
4
votes
3answers
1k views

MFC - dim main window when showing modal dialog

I have a fairly standard MFC application that consists of a main window, and occasionally brings up modal dialogs. As we all know nothing can be done outside a modal dialog until it is closed. ...
4
votes
7answers
223 views

What are ways to reduce mode errors while learning vim?

I frequently make mode errors while using vim, i.e. I'll start typing text while in Normal mode, or start typing commands while in Insert mode. I understand this goes away with time as vim's quirks ...
4
votes
1answer
486 views

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 ...
4
votes
5answers
3k views

iPhone: Is is possible to determine wheteher ViewController is presented as Modal?

Is it possible to check inside ViewController class that it is presented as modal view controller?
4
votes
2answers
844 views

modal dialog over Activex control

I use jQuery modal dialogs (jQuery UI) for modal popups.It is working fine, until recently we installed an activex plugin. Now, when ever the plug in is activated, this popup goes behind the plugin.Is ...
4
votes
1answer
3k views

jQuery UI modal dialog not blocking

I am new to javascript and jQuery. I am trying to implement a modal dialog using jQuery UI widgets. The modal dialog shows up correctly with OK and Cancel buttons, but the dialog('open') function ...
4
votes
6answers
775 views

Best option for modal screens in ASP.NET

I'm looking for the best way to implement a modal popup in ASP.NET of another ASP.NET page. I'm coding for Firefox 2.x+ and can use JQuery, but I'm not very familiar with it. I see a lot of solutions ...
4
votes
3answers
5k views

How is “Are you sure you want to navigate away from this page? ” generated in browsers?

I have a page where I open a "modal window". It is really just a DIV, with an IFRAME inside, where I load another page. When I want to refresh the page, the browser pops up a window saying "Are you ...
3
votes
1answer
109 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 ...
3
votes
1answer
115 views

nyroModel does not auto resize

Using $.nmManual instead of the default .nyroModal . The default nyroModel will resize the model automatically based on the browser window size, but the filters are vague at best when trying to set ...
3
votes
1answer
108 views

Rails partial in modal (render partial from different model)

I have tried to include a partial into a modal something similar to this Rails Admin when you click on "create language". Now as I have not really found out how the code works there, I tried to do a ...
3
votes
1answer
311 views

cannot open core data model in Xcode

http://dl.dropbox.com/u/9580846/Screen%20shot%202011-08-21%20at%208.51.00%20PM.png I get the following when when I am trying to view my .xcdatamodeld file. I started the project on Lion and I am ...
3
votes
2answers
228 views

How to get back the focus to my application automatically

I am setting up a simple 'boot menu' for my app, where the (experienced) user can check or uncheck various run options. The boot menu is a simple borderless form shown modally and with Quit button ...
3
votes
3answers
388 views

Jquery ui modal , pass variable in a form without ajax

Hello i try to post some data in a php form with jQuery modal box My js $( "#dialog-form" ).dialog({ autoOpen: false, height: 500, width: 650, modal: true, ...
3
votes
2answers
268 views

Jquery .load() with data from form

I am trying to load a page into a modal window "checkout.php" after submitting a form, but I need it to load with the results of the form. Normally, one would just set the action of the form to the ...
3
votes
1answer
368 views

How to : Given HWND, discover if window is Modal or not

For any given window I handle, I need a way to find out whether or not the given window is Modal. Far as I can tell, there are no methods that do exactly that, which is why I need some clever ...
3
votes
1answer
421 views

Showing a modal dialog (messageBox) freezes other windows in the application

I have an application that shows multiple different top-level windows hosted in the same message-loop thread. This exists to allow the user to open up different views of the same data. (In MS ...
3
votes
1answer
433 views

CKEditor custom image browser

I'm using CKEditor and I've successfully implemented the usual custom image browser which points to my php script. However, this opens in an ugly pop-up window. I would like to open it via ajax into ...
3
votes
1answer
983 views

Rails - jQuery UI Dialog for a Form?

I have an 'items' controller and a 'new' method for creating different types of items. I'd like to have that form in a jQuery UI Dialog window. I started playing around tonight and was able to get ...
3
votes
4answers
506 views

How can I make a system-modal window?

Is it possible to make the main form of an application system modal? My application will FTP a file from a remote company PC. Users should not be allowed to interact with the desktop while this ...
3
votes
2answers
1k views

How to blur the underlying background image within the area of a modal window with transparency?

I've added modal window with transparency into a web site, and I'd like to apply such as Gaussian blur to the window background, just like Windows vista's aero glass effect. Is it possible for me to ...
3
votes
4answers
249 views

How to jump to top of browser page

I'm writing a modal popup and I need the browser to jump to the top of the screen when the open modal button is pressed. Is there a way to scroll the browser to the top using jQuery?
3
votes
2answers
496 views

Swing modal dialog refuses to close - sometimes!

// This is supposed to show a modal dialog and then hide it again. In practice, // this works about 75% of the time, and the other 25% of the time, the dialog // stays visible. // This is on Ubuntu ...

1 2 3 4 5 15