• 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: Outcome is incorrect of grouped "group boxes"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Outcome is incorrect of grouped "group boxes"


  • Subject: Re: Outcome is incorrect of grouped "group boxes"
  • From: Peter Waibel <email@hidden>
  • Date: Tue, 2 Jan 2007 18:29:33 +0100


tell application "QuarkXPress Passport"
get every picture box of document 1 whose selected = true
{picture box 39 of document "GF1F07-256_95", picture box 44 of document "GF1F07-256_95", picture box 46 ofdocument "GF1F07-256_95"}
end tell



How can I “grab” those 3 boxes apart?

The next step would be
Tell picture box 39
--do this
End tell

Tell picture box 44
--do this
End tell

Tell picture box 46
--do this
End tell

Happy New Year Jan,

Try something like this:

tell application "QuarkXPress Passport"
set picBox_RefList to every picture box of document 1 whose selected = true
--> {picture box 39 of document "GF1F07-256_95", picture box 44 of document "GF1F07-256_95", picture box 46 of document "GF1F07-256_95"}
repeat with aPicBoxRef in picBox_RefList
tell aPicBoxRef
----

----
end tell
end repeat
end tell


Peter

_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >Re: Outcome is incorrect of grouped "group boxes" (From: Jan Bultereys <email@hidden>)

  • Prev by Date: Re: Irritating list reply-to policy
  • Next by Date: Re: Outcome is incorrect of grouped "group boxes"
  • Previous by thread: Re: Outcome is incorrect of grouped "group boxes"
  • Next by thread: Re: Outcome is incorrect of grouped "group boxes"
  • Index(es):
    • Date
    • Thread