I was wondering how to disable a button or an edittext. But the methods are not mentioned in either the scriptingguide or the AE help.
Where can I find these?
Code: Select all
var win = new Window('dialog', 'myTitle', [100,100,400,400]);
Moderator: Paul Tuersley
Code: Select all
var win = new Window('dialog', 'myTitle', [100,100,400,400]);
Code: Select all
win.myText.enabled = false;