Re: Alter Script for OSX
Re: Alter Script for OSX
- Subject: Re: Alter Script for OSX
- From: Hans Haesler <email@hidden>
- Date: Mon, 26 Apr 2004 20:57:45 +0200
On Mon, 26 Apr 2004, Simon Manning wrote:
>
That seems to have done the trick, thank you v much - although just
>
after that line is another line that is now failing with Quark error
>
(BTW its Quark 6.0):
>
>
"Can't set vertical of scale of image 1 of picture box "footerlogo"
>
of page 3 of document 1 to 31"
>
>
This is the line:
>
>
Set vertical of (scale of image 1 of picture box BoxName) to
>
FooterLogoScale
>
>
and there is a line after that which I suspect will also fail for the
>
same reason which is:
>
>
Set horizontal of (scale of image 1 of picture box BoxName) to
>
FooterLogoScale
>
>
Any ideas? Thanks again
Sure. :-) Replace _both_ lines with this one-liner:
---
set scale of image 1 of picture box BoxName to {FooterLogoScale, FooterLogoScale}
---
What about your Mac OS? If you're running 10.3.x then you need to update
your QuarkXPress to version 6.1 (before you touch anything else).
If you're still with 10.2.x then you should upgrade to 10.3.3 and your
XPress to the (free) v6.1.
Regards,
Hans
---
Hans Haesler <email@hidden>
_______________________________________________
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.