TTM just wasn't designed that way.  It only applies the effects when it
displays the TT.  If you create your own, you are responsible for any
effects and other things you want to do to it.

 

The TTM sets visible=false on the TT, setStyle("showEffect, .."), then
sets visible=true later.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of williamkusumo
Sent: Saturday, December 15, 2007 7:03 PM
To: [email protected]
Subject: [flexcoders] Trouble manually creating ToolTip with showEffect
and hideEffect

 

I use createToolTip to create a ToolTip manually, but somehow I couldn't
get the showEffect 
and hideEffect to apply. I have properly set the
ToolTipManager.showEffect and 
ToolTipManager.hideEffect to an effect, but it's not biting. The same
effect works if I just use 
the 'tooltip' property of a component. Anyone knows why?

 

Reply via email to