[flexcoders] Clear validation

2008-02-15 Thread Giles Roadnight
Hi All I am using validators on my form and all is workign well. I have a problem when I clear the form and set all of the text fields back to . All of the form items go red. Is there a way of resetting the validator / form item to get rid of this until it is next edited? Thanks

Re: [flexcoders] Clear validation

2008-02-15 Thread YOGESH JADHAV
when to do textfield.text = also make textField.errorString = ; On Fri, Feb 15, 2008 at 3:22 PM, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I am using validators on my form and all is workign well. I have a problem when I clear the form and set all of the text fields back to . All

Re: [flexcoders] Clear validation

2008-02-15 Thread Giles Roadnight
fantastic, many thanks On Fri, Feb 15, 2008 at 10:05 AM, YOGESH JADHAV [EMAIL PROTECTED] wrote: when to do textfield.text = also make textField.errorString = ; On Fri, Feb 15, 2008 at 3:22 PM, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I am using validators on my form and