Hi,
I'm making a settings box for my latest script, and need some options to be enabled/disabled depending on others.
I thought the following code would work:
code:
winSettings.GetControlHandle("EdtUseTag").Enabled=true;
But it doesn't. I know that in web-page JS I would use getElementById(), but that doesn't work either.
Thanks in advance