Re: Sheet after loading
Re: Sheet after loading
- Subject: Re: Sheet after loading
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 27 Dec 2003 12:40:53 -0800
On Dec 27, 2003, at 7:45 AM, Sanri Parov wrote:
I've got the necessity to make a sheet appear as soon as the main
window of my program load.
The sheet is done with NSBeginAlertSheet(...).
What selector have I to use or override? I've tried with windowDidLoad
but with no responses.
If it's not a document-based app, and you're not using an
NSWindowController, use awakeFromNib.
mmalc
_______________________________________________
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.