On 6/7/05, rockmoyosa <[EMAIL PROTECTED]> wrote: > I know this but with Tooltip I ment Errortip and the redline on a > textinput, with invalid data. I want and transparant Errortip. Possible?
Why not! <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*"> <mx:TextInput errorString="error!" mouseOver="mx.managers.ToolTipManager.currentToolTip.alpha = 0" /> </mx:Application> Grab the current tooltip object and set its alpha to 0. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

