• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How can i change a app position and size?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >How can i change a app position and size? (From: Diego Alvarez Nogueira <email@hidden>)
 >Re: How can i change a app position and size? (From: Jens Alfke <email@hidden>)
 >Re: How can i change a app position and size? (From: Bill Cheeseman <email@hidden>)
 >Re: How can i change a app position and size? (From: Diego Alvarez Nogueira <email@hidden>)

  • Prev by Date: Re: Two NSTableViews, two data sources, one data model?
  • Next by Date: Re: irc client with cocoa
  • Previous by thread: Re: How can i change a app position and size?
  • Next by thread: Receiving unicode keyboard input
  • Index(es):
    • Date
    • Thread