Re: sheet comes unglued from its window
Re: sheet comes unglued from its window
- Subject: Re: sheet comes unglued from its window
- From: Matt Neuburg <email@hidden>
- Date: Fri, 20 Sep 2002 23:28:28 -0700
On Fri, 20 Sep 2002 07:04:31 -0700, Matt Neuburg <email@hidden> said:
>
> [NSApp beginSheet: moreInfoSheet
>
> modalForWindow: window
>
> modalDelegate: nil
>
> didEndSelector: nil
>
> contextInfo: nil];
>
> [NSApp runModalForWindow: moreInfoSheet];
>
> // Sheet is up here.
>
> [NSApp endSheet: moreInfoSheet];
>
> [moreInfoSheet orderOut: self];
Just for the record: In the end I've come to the conclusion that this code
(which is Apple's, from UsingCascadingSheets.html) is just plain bogus. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.