[JS SUI] How to create activated palette?
hi all.
i want show palette activated status.
i tried set active property. activated while , deactivated again.
is possible?
thanks in advance.
#targetengine session var win = createwindow(); win.show(); win.onshow = function(){ win.active = true; } function createwindow () { var w = new window ('palette'); var m = w.add ('statictext'); m.text = 'hello, world!'; return w; }
take of wonderful pdf peter.. may clue..
https://indd.adobe.com/view/a0207571-ff5b-4bbf-a540-07079bd21d75
More discussions in InDesign Scripting
adobe
Comments
Post a Comment