• 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
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark


  • Subject: Re: Quark
  • From: Shane Stanley <email@hidden>
  • Date: Thu, 02 Aug 2001 09:27:39 +1000

On 2/8/01 3:22 AM +1000, Andrew McNichol, email@hidden,
wrote:

> Hello, I am new to applescript (os8.5) & scripting quark (4.11)
> I am trying to set the name of every box selected into a list to
> manipulate in a loop later.

Try this:

tell application "QuarkXPress 4.11"
tell document 1
tell current page
set theBoxes to name of every picture box whose selected is true
if class of theBoxes is not list then set theBoxes to {theBoxes}
end tell
end tell
end tell

--
Shane Stanley, email@hidden


  • Follow-Ups:
    • Re: Quark
      • From: Hans Haesler <email@hidden>
References: 
 >Quark (From: Andrew McNichol <email@hidden>)

  • Prev by Date: Re: Script Applet rejects first handler call
  • Next by Date: Setting Access privileges
  • Previous by thread: Re: Quark
  • Next by thread: Re: Quark
  • Index(es):
    • Date
    • Thread