naqalone
08-31-2005, 07:10 PM
Hello guys,
In my application, there are a Input Text (not a TextInput Component) and a OK button (Button Component). What I need is that when the user inputs some value and press <ENTER>, the event onRelease will notify the OK button, then the function CheckInput() will be executed.
on(release) {
CheckInput();
}
I dont know how to solve it now.
I am grateful if anyone can help me. :)
bye bye
In my application, there are a Input Text (not a TextInput Component) and a OK button (Button Component). What I need is that when the user inputs some value and press <ENTER>, the event onRelease will notify the OK button, then the function CheckInput() will be executed.
on(release) {
CheckInput();
}
I dont know how to solve it now.
I am grateful if anyone can help me. :)
bye bye