Re: Applescript AeroSnap
Re: Applescript AeroSnap
- Subject: Re: Applescript AeroSnap
- From: Guido Tangorra <email@hidden>
- Date: Wed, 06 Aug 2014 11:36:11 +0200
Having said all that, I'm not sure that it's ever anything other than 22.
Hey Shane,
What's wrong with this?
tell application "Finder" to set bounds of window 1 to {0, 22, 1000, 500}
tell application "AppleScript Editor" to set bounds of window 1 to {0, 22, 1000, 500}
tell application "AppleScript Editor" to get bounds of window 1 # This return {0, 22, 1000, 500}
tell application "Finder" to get bounds of window 1 #This return {0, 44, 1000, 522}!!!
This is weird or not?
I'm confused...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden