Window methods - disabling an edittext

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
Redsandro
Posts: 108
Joined: June 25th, 2008, 4:55 pm

Hi,

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]);
avi + m2t -> Vdub + DGIndex -> AE CS3 -> x264 -> Hell On Earth :mrgreen:
Redsandro
Posts: 108
Joined: June 25th, 2008, 4:55 pm

Looks like I totally put up the wrong code there and it doesn't make sense to the subject. Sorry!
Anyway, I forgot to update this for reference.

Aparantly, disabling a textbox is exactly the opposite of disabling inputs in xhtml:

Code: Select all

win.myText.enabled = false;
Simple. :oops:
avi + m2t -> Vdub + DGIndex -> AE CS3 -> x264 -> Hell On Earth :mrgreen:
Post Reply