
-----------------------------------
Bruski
Sun Jun 15, 2003 9:55 am

Clear screen button
-----------------------------------
any suggestions on how i could do this...a click of the button clears the textboxes of any words or numbers... :?:  :?:  :?:

-----------------------------------
85882
Sun Jun 15, 2003 11:09 am


-----------------------------------
use the cls command.

-----------------------------------
Homer_simpson
Sun Jun 15, 2003 11:18 am


-----------------------------------
use GUI.Hide (widgetID : int)
edited
sorry i misunderstood...
use GUI.SetText (widgetID : int, text : string) to give them all the value of ""

-----------------------------------
krishon
Sun Jun 15, 2003 11:22 am


-----------------------------------
cls only clears the screen, not the text inside the box

-----------------------------------
Bruski
Sun Jun 15, 2003 1:01 pm


-----------------------------------
lol im confused can u write that again  :?:

-----------------------------------
PaddyLong
Sun Jun 15, 2003 3:18 pm


-----------------------------------
jsut do what Homer said...

GUI.SetText (widgetID : int, text : string)

for all of them and make the text be "" so like
GUI.SetText (widgetID : int, "")
for all of your text boxes

-----------------------------------
Bruski
Sun Jun 15, 2003 9:30 pm


-----------------------------------
ohh aiight thx...guys got me a 100 on this thing for sure thanks everyone
