Quark Bounds Not Working Like it did
Quark Bounds Not Working Like it did
- Subject: Quark Bounds Not Working Like it did
- From: Jason Bourque <email@hidden>
- Date: Wed, 16 Dec 2009 11:35:31 -0500
- Thread-topic: Quark Bounds Not Working Like it did
Hello,
It has been a while since I have used this script.
It is very slow and the error I get is
"CanĀ¹t get item 2 of {{"5.031\"", "5.607\"", "6.923\"", "8\""}}."
tell application "QuarkXPress 7.5"
set {y1, x1, y2, x2} to (bounds of vBoxRef as list)
set x1 to (x1 as inch units) as real -- Left
set x2 to (x2 as inch units) as real -- Right
set y1 to (y1 as inch units) as real -- Top
set y2 to (y2 as inch units) as real -- Bottom
set vWidth to x2 - x1
set vHeight to y2 - y1
end tell
--
Any help is appreciated.
Jason Bourque
_______________________________________________
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