• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Quark - Picture Box Bounds
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Quark - Picture Box Bounds
      • From: "Shane Stanley" <email@hidden>
References: 
 >Quark - Picture Box Bounds (From: Mike Milchanowski <email@hidden>)

  • Prev by Date: Re: Localize weekdays
  • Next by Date: Re: New window in Terminal.app
  • Previous by thread: Quark - Picture Box Bounds
  • Next by thread: Re: Quark - Picture Box Bounds
  • Index(es):
    • Date
    • Thread