Re: Illustrator swatches and spots
Re: Illustrator swatches and spots
- Subject: Re: Illustrator swatches and spots
- From: Jason Bourque <email@hidden>
- Date: Thu, 29 Nov 2001 16:50:18 -0500
This works for me.
tell application "Adobe Illustrator 10"
tell document 1
delete (every swatch whose name is not in {"[Registration]",
"[None]"})
end tell
end tell
Jason Bourque
On 11/29/01 8:29 PM, "Edmond Cho" <email@hidden> wrote:
>
thank you very much, Bob and Shane.
>
>
creating spots rather than swatches did the trick.
>
>
just one more quick question.... it would be great if I could script
>
selecting all the default swatches (excepting [none] and [registration]) and
>
delete selected swatches before I begin adding my own spots. It seems that
>
"swatch 3 doesn't understand the select message."
>
>
This is another non-essential feature, but it would be nice to spare the
>
user this step!