Re: Forcing ordered-out-window to adjust position
Re: Forcing ordered-out-window to adjust position
- Subject: Re: Forcing ordered-out-window to adjust position
- From: Scott Ribe <email@hidden>
- Date: Sat, 15 May 2010 11:43:45 -0600
If you can't get a direct answer to your question, could you create a subclass of NSWindow with a couple of very simple overrides:
- (void) display
{}
- (void) displayIfNeeded
{}
You couldn't leave it out lest it muck with event handling, but you could order it in, position it, check its position, and order it out.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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