Re: NSWindowDidChangeScreenProfileNotification not working
Re: NSWindowDidChangeScreenProfileNotification not working
- Subject: Re: NSWindowDidChangeScreenProfileNotification not working
- From: Keary Suska <email@hidden>
- Date: Mon, 27 Aug 2007 12:33:29 -0600
- Thread-topic: NSWindowDidChangeScreenProfileNotification not working
on 8/27/07 4:00 AM, email@hidden purportedly said:
> Specifying Colon depends on the Notification handling method
> signature. If it accepts a argument then, you have to specify color
> there, otherwise not.
This is entirely incorrect. As spelled out in the docs:
"
- (void)addObserver:(id)notificationObserver
selector:(SEL)notificationSelector name:(NSString *)notificationName
object:(id)notificationSender
<snip>
notificationSelector
Selector that specifies the message the receiver sends notificationObserver
to notify it of the notification posting. The method the selector specifies
must have one and only one argument.
"
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden