[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 timh...@... wrote: Here's a simple way: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ public function

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

2009-07-22 Thread Tim Hoff
Here's a simple way: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ public function turnOff(e:Event):void { sv.enabled = false; test.errorString = ;