| View previous topic :: View next topic |
| Author |
Message |
scriptmonkey
Joined: 19 May 2006 Posts: 112
|
Posted: Sat Oct 13, 2007 10:18 pm Post subject: Simple question, how to update a Text Control? |
|
|
I have a text control that a user enters some data. At the end of my script, I want the Text control to default back to "Untitled". At the end of my script, I have
PrefixName =
How do I get the Control to update on the Gui? _________________ Zak M. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6223
|
Posted: Sat Oct 13, 2007 10:20 pm Post subject: |
|
|
| Code: | | GuiControl,, PrefixName, Untitled |
 |
|
| Back to top |
|
 |
scriptmonkey
Joined: 19 May 2006 Posts: 112
|
Posted: Sat Oct 13, 2007 11:10 pm Post subject: |
|
|
Still learning... thanks  _________________ Zak M. |
|
| Back to top |
|
 |
|