Quark: Find hairline rules
Quark: Find hairline rules
- Subject: Quark: Find hairline rules
- From: "Ripka, Herb" <email@hidden>
- Date: Mon, 4 Dec 2006 17:46:59 -0600
- Thread-topic: Quark: Find hairline rules
An AppleScript from Hanaan Rosenthal's book "AppleScript" page 2
* * * * * * *
tell application "QuarkXPress"
tell every page of document 1
set width of (every line box whose width < 0.25) to 0.25
end tell
end tell
* * * * * * *
I get this error:
"QuarkXPress got an error: Can't set width of every line box of every page of document 1 whose width < 0.25 to 0.25."
?????
--Herbert Ripka
Greendale, WI
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden