Re: cocoa sheets
Re: cocoa sheets
- Subject: Re: cocoa sheets
- From: Robert Goldsmith <email@hidden>
- Date: Sat, 10 Nov 2001 12:43:55 +0000
RTFM NSApplication.html
Use [NSApp endSheet:yourSheet]; and the [yourSheet orderOut:self];
tried that. It closed the sheet ok, and then promptly quit my application.
I figured endSheet might mean 'a sheet you show before you quit' not
'please close this sheet' ...
Robert
--