Re: After awakeFromNib and beyond applicationDidFinishLaunching (but just a little)
Re: After awakeFromNib and beyond applicationDidFinishLaunching (but just a little)
- Subject: Re: After awakeFromNib and beyond applicationDidFinishLaunching (but just a little)
- From: Raphael Sebbe <email@hidden>
- Date: Sun, 6 Jan 2002 11:00:32 +0100
I believe this is the way to go. Your controller can be the delegate
itself (a), and you can add an ivar to only show your sheet the first
time (b).
Raphael
ps: isn't it -windowDidBecomeMain: instead ?
On Sunday, January 6, 2002, at 10:45 AM, Sam Goldman wrote:
I don't want to use that windows didBecomeActive delegate method
because a)
I would have yet another delegate hooked up to my controller and more
importantly b) it would occur whenever the window became focused.