Re: Positioning NSWindow center to Application main window?
Re: Positioning NSWindow center to Application main window?
- Subject: Re: Positioning NSWindow center to Application main window?
- From: Jens Alfke <email@hidden>
- Date: Wed, 14 Oct 2009 14:17:37 -0700
On Oct 14, 2009, at 2:09 PM, Arun wrote:
Is it possible to position the launched window to become exactly
center to the Main application window?
Get the frame of the main window. Get the frame of your new window.
Figure out how far to offset the x,y of the new window's frame to
center it. Set its frame to that.
—Jens_______________________________________________
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