hey,
is there i way i can have an event triggered by hitting enter in a text box?
Like, instead of having a button that checks to see whats in a text box and then using that statement to perform an action, can i just have it to where when your done typing you hit enter and it checks the value and then performs the action?
Tried doing "textValuechanged" but the problem with that is that once the value of the text box is inputed, i cant clear the text without performing the action again.
(one of the things im doing is a toggle type thing, so whenever i try to delete it it unchanges what i had the text value change)
Thanks in advanced, and if no one can help, oh well, thanks anyway.
---Flac




Reply With Quote