edittext field
is possible disable textediting
for textedit field? have show
large amounts of text in panel.
i think way use text-
edit field. editing must disabled.
couldn't find in forums.
kind regards michel
scriptworx
var win = new window("dialog"); var txt = win.add("edittext", undefined, "blabla blubb"); txt.enabled = false; win.show(); win.close();
have fun
More discussions in InDesign Scripting
adobe
Comments
Post a Comment