Re: NSWindowDidChangeScreenProfileNotification not working
Re: NSWindowDidChangeScreenProfileNotification not working
- Subject: Re: NSWindowDidChangeScreenProfileNotification not working
- From: apparao <email@hidden>
- Date: Mon, 27 Aug 2007 16:07:03 +0530
NSWindowDidChangeScreenNotification -- Posted whenever a portion of
an NSWindow object’s frame moves onto or off of a screen.
Check whether window frame operation occurs in your application?.
And also send that code including notification handler method. It
would help us to trace out the problem.
On 27-Aug-07, at 3:56 PM, Mark wrote:
Hi,
that didn't solve the problem. I still get no notifications through
Cocoa.
Does that work for you?
Best
Mark
On 27.08.2007, at 12:00, apparao wrote:
Specifying Colon depends on the Notification handling method
signature. If it accepts a argument then, you have to specify
color there, otherwise not.
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
_______________________________________________
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