Re: Quark 7
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