Re: 1 sheet to kill all sheets?
Re: 1 sheet to kill all sheets?
- Subject: Re: 1 sheet to kill all sheets?
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 25 Feb 2004 17:54:58 -0800
On Feb 25, 2004, at 11:49 AM, email@hidden wrote:
i use this code to create a sheet:
[NSApp beginSheet:regWindow
modalForWindow:ABCWindow
modalDelegate:self
didEndSelector:nil
contextInfo:NULL];
but after i use the order out call i cannot create any other sheets?
whats up what did i do wrong?
Did you remember to call one of NSApplication's -endSheet: methods when
you were done with the sheet?
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
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.