I"d just code my own thing.  Use PopUpManager to popup something that
tracks the mouse.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of williamkusumo
Sent: Friday, December 14, 2007 2:41 AM
To: [email protected]
Subject: [flexcoders] Trouble manually creating ToolTip with showEffect
and hideEffect

 

Hello, flexcoders!

Anyone had experience using createToolTip() to create ToolTip manually
and then have 
showEffect and hideEffect apply to it? I have to manually create the
ToolTips because I want 
them to follow my mouse in realtime. I also want it to fade in and out
on show/hide, so I set 
the effects like this:

ToolTipManager.showEffect = this.myShowEffect;
ToolTipManager.hideEffect = this.myHideEffect;

But this doesn't seem to work for manually created ToolTip. It work if
you specify the tooltip 
property in the components markup. Any idea why?

Thanks!

 

Reply via email to