Question
Setting the Color Settings (Illustrator - Javascript)
I would like to set the right color settings file using a startupscript in Javascript.
If the name of the color settings file to be set is "myColorsettings", I assumed this line should do the job:
app.loadColorSettings ('myColorSettings')
But it returns an error. What's wrong?
The manuals tells me:
app.loadColorSettings (filespec)
Thanks,
Peter
