Computer Science Canada Clear screen button |
Author: | Bruski [ Sun Jun 15, 2003 9:55 am ] |
Post subject: | Clear screen button |
any suggestions on how i could do this...a click of the button clears the textboxes of any words or numbers... ![]() ![]() ![]() |
Author: | 85882 [ Sun Jun 15, 2003 11:09 am ] |
Post subject: | |
use the cls command. |
Author: | Homer_simpson [ Sun Jun 15, 2003 11:18 am ] |
Post subject: | |
use GUI.Hide (widgetID : int) edited sorry i misunderstood... use GUI.SetText (widgetID : int, text : string) to give them all the value of "" |
Author: | krishon [ Sun Jun 15, 2003 11:22 am ] |
Post subject: | |
cls only clears the screen, not the text inside the box |
Author: | Bruski [ Sun Jun 15, 2003 1:01 pm ] |
Post subject: | |
lol im confused can u write that again ![]() |
Author: | PaddyLong [ Sun Jun 15, 2003 3:18 pm ] |
Post subject: | |
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 |
Author: | Bruski [ Sun Jun 15, 2003 9:30 pm ] |
Post subject: | |
ohh aiight thx...guys got me a 100 on this thing for sure thanks everyone |
: |