Re: How to position windows in iBooks
Re: How to position windows in iBooks
- Subject: Re: How to position windows in iBooks
- From: "Stockly, Ed" <email@hidden>
- Date: Sat, 30 Apr 2016 19:14:03 +0000
- Thread-topic: How to position windows in iBooks
This works to change it’s position, but the bounds don’t seem to be accessible
OSX 10.10.5
tell
application "System Events"
tell
its application process "iBooks"
tell
its window 1
position
set
position to {23, 23}
end
tell
end
tell
end
tell
|
_______________________________________________
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