• 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: Illustrator CS3 how to import graphic styles?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Illustrator CS3 how to import graphic styles? (From: demski <email@hidden>)

  • Prev by Date: Re: newbie help - parsing pathnames to rename files
  • Next by Date: Re: linebreak in a shell script; was Re: What's wrong with this call to zip?
  • Previous by thread: Illustrator CS3 how to import graphic styles?
  • Next by thread: iPhoto '08 "auto import" verb
  • Index(es):
    • Date
    • Thread