Re: How can i change a app position and size?
Re: How can i change a app position and size?
- Subject: Re: How can i change a app position and size?
- From: David Duncan <email@hidden>
- Date: Wed, 27 Jul 2011 09:30:14 -0700
On Jul 26, 2011, at 6:14 PM, Diego Alvarez Nogueira wrote:
> 1)Why do I have some differences in get bounds between cocoa and applescript? for instance: on 'originString' and 'sizeString' are returned({1920,106,1280,800}) and with applescript ("set _bounds to get bounds of window window_number") are returned ({1920, 106, 3200, 906}).
This is probably a holdover from the classic Mac OS days when rectangles were described as left/top/right/bottom. Core Graphics describes rectangles as left/top/width/height instead, which is what you are seeing from the CGWindow API.
--
David Duncan
_______________________________________________
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