Thanks for answering
Hello,
I'm trying to make the rulers visible in a script I build in JS (javascript)
I'm working on Illustrator CS 5.
After having define the document (doc), I can't make my rulers visible.
I don't find with the words (syntax) on Google, any correct answer.
doc.rulers.visible or so many approaches like that don't work.
Have I to declare a variable including the path method, like this ?
var rulers0 = doc....something else
and write
doc.rulers0.visible=true;
Thanks for that.