I had been trying that without success.  It turns out after I changed
the viewStack index, I called some code that turned the dataTips back
on. So even though the code looked like this

turn off datatips
change view stack to display another component
turn datatips on

the datatips stayed on.

I guess flex either never noticed that the datatips were off or
updated the display of the hidden component just before displaying the
newly active component.

the joys of event driven programming.

--- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote:
>
>  
>  
> That sounds like an unfortunate bug.  If you set showDataTips to false,
> it should clear it immediately.
>  
> Ely.
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of jer_ela
> Sent: Thursday, February 15, 2007 11:16 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] how to clear datatip
> 
> 
> 
> I have a column chart with drill down functionality. When you click
> on a column, it displays a more detailed chart for that item. The
> more detailed chart is in a view stack with the drill down chart so
> the main thing I do to get it to display is to change the selected
> index of the view stack. 
> 
> The problem is that the columns have datatips and when I switch to the
> new chart the datatip is still there. Any ideas on how to make it go
> away?
>


Reply via email to