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

Re: Quark 7


  • Subject: Re: Quark 7
  • From: Oakley Masten <email@hidden>
  • Date: Thu, 17 Sep 2009 07:05:09 -0700 (PDT)

Thank you Donald.  I tried to use the UniqueID but did not have the correct syntax until now.
I appreciate your time on this
Oakley

Users Group AppleScript <email@hidden> for replys 


From: "email@hidden" <email@hidden>
To: email@hidden
Sent: Wednesday, September 16, 2009 2:23:32 PM
Subject: Quark 7


Sorry, I can't remember how to post to the list but I saw your question on the digest version.  I think you need to use uniqueID property

tell application "QuarkXPress"
        tell document 1
                set id_list to uniqueID of (every picture box whose image 1 is missing)
                repeat with this_id in id_list
                        tell picture box id this_id
                                get properties of image 1
                        end tell
                end repeat
        end tell
end tell

Does this help?

Don Rossi
Technical Service Analyst
Donnelley Premedia

 _______________________________________________
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/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Quark 7 - Get picture box number
  • Next by Date: Re: cron/Launchd Editor
  • Previous by thread: Re: cron/Launchd Editor
  • Next by thread: Checking Mail actually sends mail
  • Index(es):
    • Date
    • Thread