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