[flexcoders] TextInput valid Event not working correctly

2008-02-05 Thread greenfishinwater
I have a form with a few TextInput components. I have a TextInput with a NumberValidator as one of the form items. On this TextInput I have coded the valid and invalid events to populate other fields depending on what has been entered. My experience is that the valid event is not working

Re: [flexcoders] TextInput valid Event not working correctly

2008-02-05 Thread Scott Melby
I believe what you want to do is use the trigger and triggerEvent properties of your NumberValidator, then use the NumberValidators valid and invalid events to do the work. To try this remove the event handling from your existing code and try the following mx:NumberValidator source={testTXT}