Re: Illustrator CS3 how to import graphic styles?
Re: Illustrator CS3 how to import graphic styles?
- Subject: Re: Illustrator CS3 how to import graphic styles?
- From: Shane Stanley <email@hidden>
- Date: Sat, 01 Mar 2008 08:52:05 +1100
- Thread-topic: Illustrator CS3 how to import graphic styles?
On 29/2/08 9:54 PM, "demski" <email@hidden> wrote:
> but it doesnt work the way it is described there.
Correct, but you also haven't used it as described. The real problem is that
they have called a property "as", which is a horrendous terminology
conflict. So the docs suggest you should use:
tell application "Adobe Illustrator"
open file "blah" with options {as:graphic styles library} without
dialogs
end tell
But to get around the conflict, you need to use a raw code for the as
property, something like this:
set x to «class fltp» -- keep outside tell block
tell application "Adobe Illustrator"
open file "blah" with options {x:graphic styles library} without dialogs
end tell
--
Shane Stanley <email@hidden>
_______________________________________________
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