Re: how to debug notification that's never received?
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