Where's my applicationDidFinishLaunching notification?
Where's my applicationDidFinishLaunching notification?
- Subject: Where's my applicationDidFinishLaunching notification?
- From: Lance Drake <email@hidden>
- Date: Mon, 17 Nov 2003 13:58:42 -0700
There's an application from the (rather nice) DiscRecording Cocoa app
sample software that kicks off its internal activities via reception of
a notification to the NSApplication function: -
(void)applicationDidFinishLaunching:(NSNotification *)aNotification.
My 'other' app does not seem to want to arrive at that same place.
Can anyone suggest what I am missing? It seems that this notification
is something that just happens and is not something you specifically
sign up for.
The 'awakeFromNib' function in the same object DOES get called - so I
feel like there's a reasonable assumption that can be made about the
object I am expecting to receive the notification.
Thanks for whatever insight you may be able to shed.
Best Wishes,
Lance Drake
_______________________________________________
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.