Question
Responding to user text entry not working
hi,
i want to perform a task when the content of a text field is modified by user input.
i've used onChanged() event handler
following are my code
myTextField.onChanged = function(){
trace("the value has been modified");
}
this code not performing
Please help me in this