Window Open Notification (was Using NSWindowDidChangeScreenNotification)
Window Open Notification (was Using NSWindowDidChangeScreenNotification)
- Subject: Window Open Notification (was Using NSWindowDidChangeScreenNotification)
- From: Nick Nallick <email@hidden>
- Date: Mon, 8 Dec 2003 07:55:16 -0700
NSWindowDidChangeScreenNotification
Posted whenever a portion of an NSWindows frame moves onto or off of
a screen. The notification object is the NSWindow that has changed
screens. This notification does not contain a userInfo dictionary.
I believe this notification is sent when changing screen dimensions in
monitors panel.
Thanks, I see my problem. I took it to mean it had changed from
off-screen to on-screen, but apparently this isn't the case.
Is there some way to be notified when a window opens, other than by
posing as NSWindow or NSWindowController (which seems like overkill).
Thanks,
Nick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.