Re: Where's my applicationDidFinishLaunching notification?
Re: Where's my applicationDidFinishLaunching notification?
- Subject: Re: Where's my applicationDidFinishLaunching notification?
- From: Henry McGilton <email@hidden>
- Date: Mon, 17 Nov 2003 14:34:12 -0800
On Monday, November 17, 2003, at 12:58 PM, Lance Drake wrote:
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.
Did you make your object (that does the awakeFromNib) the delegate of
the NSApplication object ?
Best Wishes,
........ Henry
===============================+============================
Henry McGilton, Boulevardier | Trilithon Software
Objective-C/Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden |
http://www.trilithon.com
|
===============================+============================
_______________________________________________
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.