Question
New Area Text
Hello everyone, on this occasion I have a scrit, It can create a new text area, that is selected, ready for editing.
like this
This script:
var myPathItem1 = myDoc.pathItems.rectangle(200,75,500,300);
var myTextFrame1 = myDoc.textFrames.areaText(myPathItem1);
creates the area text but not selected for editing.
Any suggestions?
Thanks...
