Re: Quark - Picture Box Bounds
Re: Quark - Picture Box Bounds
- Subject: Re: Quark - Picture Box Bounds
- From: Hans Haesler <email@hidden>
- Date: Fri, 28 Jan 2005 21:38:50 +0100
On Fri, 28 Jan 2005, Mike Milchanowski wrote:
>I'm trying to tell QuarkXPress 6.5 to "Fit Box to Picture"
>for every picture box in my document. I can't seem to find
>the correct phrase to tell quark how to do it.
>
>Here's what I have so far:
>
>tell application "QuarkXPress"
> tell document 1
> tell every picture box
> set bounds to box fit
> end tell
> end tell
>end tell
Mike,
just insert 'tell image 1':
---
tell document 1 of application "QuarkXPress"
activate
tell every picture box
tell image 1
set bounds to box fit
end tell
end tell
end tell
---
You can find this by studying the Script menu scripts,
e.g. (>Images >Fldr to Selct PBoxes).
Hot tip: download the optimized collection:
<http://www.fachhefte.ch> click the link "AppleScripts",
open the folders "mac_os_x_e" and "min_qxp_6_1". The
Stuffit archive (420KB) is called "Quark_6.x_scripts_e.sit".
---
Hans Haesler <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden