override public function set errorString(value:String):void{
return;
}
override public function get errorString():String{
return null;
}
so u need to make extend whatever componenet you want and this should do it.----- Original Message ---- From: anthony_morsey <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, January 25, 2008 1:44:19 PM Subject: [flexcoders] How do I disable/remove the validation error message that appears on mouseover?? I want to disable/remove the red box popup error message that appears on validation failure. Is this possible? Thanks Tony ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

