Re: Usage of OPI setup in Quark
Re: Usage of OPI setup in Quark
- Subject: Re: Usage of OPI setup in Quark
- From: mathom <email@hidden>
- Date: Fri, 26 Sep 2003 14:05:48 -0600
Steve,
What is missing from the dictionary is the fact that an OPI setup
belongs to a document. The following should work:
tell application "QuarkXPress"
tell document 1
get properties of OPI setup 1
end
end
This should produce a record of the OPI setup properties for the
document.
-mathom
On Friday, September 26, 2003, at 12:40 PM, Steve Roy wrote:
Hi!
How does one use the 'OPI setup' term from QuarkXPress 5? It's in the
dictionary, but how do I access one and use it?
tell application "QuarkXPressb""
every OPI setup
end tell
returns an empty list. Am I missing something?
Steve
--
Steve Roy <email@hidden>
Personal homepage: <http://homepage.mac.com/sroy>
Projects homepage: <http://www.roydesign.net>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.