Re: NSWindowDidChangeScreenProfileNotification not working
Re: NSWindowDidChangeScreenProfileNotification not working
- Subject: Re: NSWindowDidChangeScreenProfileNotification not working
- From: apparao <email@hidden>
- Date: Mon, 27 Aug 2007 15:12:01 +0530
Colon (:) is missing.
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(cocoaScreenProfileChanged:)
name:NSWindowDidChangeScreenProfileNotification object:nil];
On 27-Aug-07, at 3:00 PM, Mark wrote:
Hi all,
I've setup a notification profile changes but it doesn't work. Has
anybody managed to get it working in Cocoa?
Here's my code
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(cocoaScreenProfileChanged)
name:NSWindowDidChangeScreenProfileNotification object:nil];
Best
Mark
_______________________________________________
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:
40effigent.net
This email sent to email@hidden
_______________________________________________
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