• 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: how to debug notification that's never received?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to debug notification that's never received?


  • Subject: Re: how to debug notification that's never received?
  • From: Agent M <email@hidden>
  • Date: Sat, 4 Mar 2006 10:31:11 -0500


On Mar 4, 2006, at 9:30 AM, glenn andreas wrote:

[notifCenter addObserver:mainController
selector:@selector(recievedMountNotification)
name:NSWorkspaceDidMountNotification
object:nil];

And then change it again to be:

[notifCenter addObserver: mainController
			selector: @selector(recievedMountNotification:)
			name: NSWorkspaceDidMountNotification
			object: nil];


since the name of the selector includes the colon...

And then change it again to be:

[notifCenter addObserver: mainController
			selector: @selector(receivedMountNotification:) //received!
			name: NSWorkspaceDidMountNotification
			object: nil];

because "'i' comes before 'e' except after 'c' [and a bunch of other places]". When will humans learn that Esperanto is the answer?

-M

¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬
AgentM
email@hidden
¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >how to debug notification that's never received? (From: Matt Neuburg <email@hidden>)
 >Re: how to debug notification that's never received? (From: Cameron Hayne <email@hidden>)
 >Re: how to debug notification that's never received? (From: glenn andreas <email@hidden>)

  • Prev by Date: Re: Parsing a packet Async Socket
  • Next by Date: Re: NSXMLDocument question
  • Previous by thread: Re: how to debug notification that's never received?
  • Next by thread: Re: how to debug notification that's never received?
  • Index(es):
    • Date
    • Thread