NSWindowDidChangeScreenProfileNotification not working
NSWindowDidChangeScreenProfileNotification not working
- Subject: NSWindowDidChangeScreenProfileNotification not working
- From: Mark <email@hidden>
- Date: Mon, 27 Aug 2007 11:30:06 +0200
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:
This email sent to email@hidden