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: Andreas Monitzer <email@hidden>
- Date: Sun, 6 Jan 2002 15:41:09 +0100
On Sunday, January 6, 2002, at 10:45 , Sam Goldman wrote:
Hello,
So far I have searched the FM (to the best of my ability, mind you I
don't
know what I am looking for or where to find it), perused the archives,
and
even check the HI Guidelines to make sure what I was doing was a no-no.
I guess you did RTFM, but didn't RTFMLA (mailing list archive).
An on to the problem...
My app should display a sheet when the application first opens, the
problem
is that I can't seem to find a notification that will let me do this at
the
right time.
Use awakeFromNib, but use NSApplication's
performSelector:withObject:afterDelay: with a delay of zero.
andy