[flexcoders] Re: String validators and turning off the red

2009-07-23 Thread timgerr
Thank you, that worked well
timgerr

--- In flexcoders@yahoogroups.com, "Tim Hoff"  wrote:
>
> 
> Here's a simple way:
> 
> 
> http://www.adobe.com/2006/mxml";
> layout="absolute">
> 
> 
>   
> 
> 
> 
> 
> 
> 
> 
> 
>  property="text" enabled="true"/>
> 
> 
> 
> -TH
> 




[flexcoders] Re: String validators and turning off the red

2009-07-22 Thread Tim Hoff

Here's a simple way:


http://www.adobe.com/2006/mxml";
layout="absolute">


  












-TH

--- In flexcoders@yahoogroups.com, "timgerr"  wrote:
>
> Hello all, I have a question for ya.
>
> I have a text input that I attach a string validator so the text input
is required. So I put my mouse in the box then take it out, not the box
is red. I then hit a button to turn the string validator off, but the
box remains red. How can I tell a text input to not be red anymore. Here
is some code:
>
> 
> http://www.adobe.com/2006/mxml";
layout="absolute">
> 
> 
> 
> 
> 
> 
> 
>
> Thanks,
> Timgerr
>