Quark 6 applescript problem
Quark 6 applescript problem
- Subject: Quark 6 applescript problem
- From: Zach Weigand <email@hidden>
- Date: Wed, 17 Sep 2003 15:43:54 -0500
I've been looking for someone to answer this question for me and was
pointed to this mailing list ...so here goes
for some reason i cannot change the page height of any documents in
QuarkXPress 6 via applescript I was just wondering if anyone has been
able to successfully do this? If so, how! I'm currently working on
converting a script i wrote for v4.11 to 6.0
and this is really bugging me! neither of the scripts below work!
...they don't give errors either ..it's just like they are ignored.
SCRIPT 1...
tell document 1
set newPageHeight to (page height as real) * 2 as real
set page height to newPageHeight
end tell
SCRIPT 2...
tell document 1
set page height to "7\""
end tell
thanks
Zach Weigand
Printing Services / Graphic Artist
University of Southern Indiana
8600 University Boulevard
Evansville, Indiana 47712
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.