Posted: Wed May 07, 2003 10:16 am Post subject: ABOUT Textfields
Hey i was wondering how could you clear a textfield..........
like when a user types sumthing in the text field... and i want to clear it...
is there ne way to do dat??
Sponsor Sponsor
tum_twish
Posted: Wed May 07, 2003 10:18 am Post subject: (No subject)
GUI.SetText (textfieldname,"")
Lone]2
Posted: Wed May 07, 2003 10:21 am Post subject: (No subject)
oh ok thx
ZeroKelvin
Posted: Wed May 07, 2003 10:21 am Post subject: (No subject)
try using this:
code:
GUI.SetText (text field name here, "")
GUI.SetSelection(text field name here,1,1)
GUI.SetActive (text field name here)
it should help
Office of the Registar
Posted: Wed May 07, 2003 2:37 pm Post subject: (No subject)