
-----------------------------------
Lone]2
Wed May 07, 2003 10:16 am

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?? :oops:

-----------------------------------
tum_twish
Wed May 07, 2003 10:18 am


-----------------------------------
GUI.SetText (textfieldname,"")

-----------------------------------
Lone]2
Wed May 07, 2003 10:21 am


-----------------------------------
oh ok thx :lol:  :D

-----------------------------------
ZeroKelvin
Wed May 07, 2003 10:21 am


-----------------------------------
try using this: 


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
Wed May 07, 2003 2:37 pm


-----------------------------------
why do you need it for anyway?
