Hello Everyone,
I am trying to find an outline stroke menu command (without a diolog box popping up)
app.executeMenuCommand ('Expand3') Works, but I am trying to see if there is a way to avoid the dialog box.
app.executeMenuCommand ('Outline Stroke')
app.executeMenuCommand ('OutlineStroke')
app.executeMenuCommand ('outlineStroke')
app.executeMenuCommand ('outline Stroke')
app.executeMenuCommand ('outline stroke')
None of those seem to work. Also, if there is an official reference somewhere for all the menu commands that would be helpful as well.
Thanks guys!