Skip navigation.
 
mlRe: Sheets, modal and non-modal
FROM : j o a r
DATE : Mon Oct 28 23:09:28 2002

On Monday, Oct 28, 2002, at 22:19 Europe/Stockholm, Steve Ivy wrote:

> I'd like to be able to run a custom sheet, modal for the window but
> not modal for the app.


...and sheets are designed for this very purpose.

If I read the web page at the link you provided correctly it is
enforcing application modality on a sheet - not the type of thing you'd
generally concern yourself with. Notice that they use a method that
you'd normally never use when working with sheets "runModalForWindow:".

My advice is that you skip over that web page and use the other
resources available in docs, sample code and mailing list archives, and
I'm sure you'll figure out how to use sheets in your app in no time.

j o a r
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlSheets, modal and non-modal Steve Ivy Oct 28, 22:19
mlRe: Sheets, modal and non-modal j o a r Oct 28, 23:09
mlSheets, modal and non-modal matt neuburg Oct 29, 19:24