• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Where's my applicationDidFinishLaunching notification?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where's my applicationDidFinishLaunching notification?


  • Subject: Re: Where's my applicationDidFinishLaunching notification?
  • From: Brian Christensen <email@hidden>
  • Date: Mon, 17 Nov 2003 17:44:51 -0500

On Nov 17, 2003, at 3: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.

Are you implementing the method in your app delegate?

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.

You don't need to subscribe to it. It's a method that is automatically sent to your app delegate. (You could actually observe the NSApplicationDidFinishLaunchingNotification somewhere else if you really wanted to, but you'd have to make sure whatever other object you're using is getting instantiated before the notification is sent out. That's why I'd suggest you leave it in your app delegate.)

/brian

------------------------------------------------------------------
Brian Christensen <email@hidden>
Cocoa Dev Central <http://www.cocoadevcentral.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.

References: 
 >Where's my applicationDidFinishLaunching notification? (From: Lance Drake <email@hidden>)

  • Prev by Date: Re: Copyrights, Interfaces, etc. (attn: Apple Reps)
  • Next by Date: [SOLVED] Where's my applicationDidFinishLaunching notification?
  • Previous by thread: Re: Where's my applicationDidFinishLaunching notification?
  • Next by thread: Using a specific (arabic) keyboard layout in a text field. How?
  • Index(es):
    • Date
    • Thread