applicationWillFinishLaunching
applicationWillFinishLaunching
- Subject: applicationWillFinishLaunching
- From: koko <email@hidden>
- Date: Thu, 29 Sep 2011 17:48:31 -0600
I have implemented applicationWillFinishLaunching in my app delegate but strangely (to me) it is not called but applicationDidFinishLaunching is called so I know my delegate is properly connected.
Are there some conditions that must be met for applicationWillFinishLaunching to be called?
What I want to do is ask for a serial number before the main window is displayed as the serial number will determine the app configuration and hence what appears in the main window. So, I thought I would ask for the serial number in applicationWillFinishLaunching thinking the main window will yet be visible. I would the configure the app.
If there is a better way to accomplish this sequence of events I am all ears.
-koko
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden