Re: earliest code that runs?
Re: earliest code that runs?
- Subject: Re: earliest code that runs?
- From: Andreas Mayer <email@hidden>
- Date: Wed, 28 Jul 2004 09:28:10 +0200
Am 28.07.2004 um 04:41 Uhr schrieb Glenn Andreas:
applicationDidFinishLaunching is very deceptive. If you have a
document based app which opens a blank document, this will be called
_after_ that blank document is created.
In that case you might be able to use applicationWillFinishLaunching:
"Sent by the default notification center immediately before the
NSApplication object is initialized."
Andreas
_______________________________________________
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.