• 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: demski <email@hidden>
  • Date: Sat, 1 Mar 2008 09:09:35 +0100

Thanks, Shane!
I also tried the "as:"-thing, but I wasn't aware of the speciality of putting it outside the tell block using raw code!


thank you so much!
I love this list!

demski


Am 29.02.2008 um 22:52 schrieb Shane Stanley:

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 (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
40unter-anderem.com
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden


mit besten Grüssen Kind regards

demski


die Anderen · digitale mediendienstleistungen Bellealliancestrasse 58 b 20259 Hamburg

fon +49 (0) 40 41 26 61 81
mob +49 (0) 172 40 70 319

Hinterhof der Firma Hertz & Selck



_______________________________________________
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
  • Follow-Ups:
    • Re: Illustrator CS3 how to import graphic styles?
      • From: demski <email@hidden>
  • Next by Date: basic textEdit question:
  • Next by thread: Re: Illustrator CS3 how to import graphic styles?
  • Index(es):
    • Date
    • Thread