• 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 19:49:03 +0100

Hey it's me again...
I got it working – but –
is it mormal, that illustrator opens the graphic style document as a "normal" document?
I thought it would be opening just the graphic style library into an existing document...
Or is there something special again, that I don't see?


So it comes that the following snippet leaves illustrator with two documents...

tell application "Adobe Illustrator"
activate
set grapher to make new document
open file "Macintosh HD:Users:demski:Desktop:chart-standards.ai" with options {x:graphic styles library} without dialogs
end tell


any hints again?

tia, demski

Am 01.03.2008 um 09:09 schrieb demski:

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 (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: Shane Stanley <email@hidden>
References: 
 >Re: Illustrator CS3 how to import graphic styles? (From: demski <email@hidden>)

  • Prev by Date: Re: Out of memory
  • Next by Date: Re: Is there a shell tool to find folders greater than a given size?
  • Previous by thread: Re: Illustrator CS3 how to import graphic styles?
  • Next by thread: Re: Illustrator CS3 how to import graphic styles?
  • Index(es):
    • Date
    • Thread