rlandersen
Joined: 22 Mar 2006 Posts: 7
|
Posted: Wed Mar 22, 2006 11:10 pm Post subject: Add a hidden GUI control |
|
|
I have the code:
Gui, Add, Checkbox, vVar1 show0, text
and have tried
Gui, Add, Checkbox, vVar1 hide, text
but it always displays the controls when added. I want to initialize them but only show them if something is selected. |
|