There is also a 'showToolTip' event you could probably handle to set the alpha.
- Gordon -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Tuesday, June 07, 2005 12:36 PM To: [email protected] Subject: Re: [flexcoders] Re: Custimizing Tooltip 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 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/

