Re: showing a sheet on run?
Re: showing a sheet on run?
- Subject: Re: showing a sheet on run?
- From: Stefan Schüßler <email@hidden>
- Date: Tue, 24 Feb 2004 20:17:19 +0100
This works for me:
- (void)awakeFromNib
{
[window makeKeyAndOrderFront:self];
// now bring up the sheet
}
Stefan
email@hidden
Am 24.02.2004 um 19:44 schrieb email@hidden:
My question: is there any other way of showing a sheet when the app
is run, other then implementing windowDidLoad? awakeFromNib wont work
because the its called before the parent window is shown..
Thanks
_______________________________________________
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.
_______________________________________________
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.