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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to