Set your horizontalList's toolTip property to null (or "", I forget
which). Then the only tips that should be seen will be the ones you
explicitly create. Also if you are using an itemRenderer, set its
toolTip property to null as well.

On 9/2/07, Alex Harui <[EMAIL PROTECTED]> wrote:
> Hard to say without seeing your code.  Did you turn on datatips?
>
> ________________________________
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of arpan srivastava
> Sent: Sunday, September 02, 2007 1:51 AM
> To: Flex Coders
> Subject: [flexcoders] Getting two tooltips on same label ?
>
>
>
> Hi All,
>
>     I have created a ticker type application in which I scroll labels
> inside a HorizontalList. When I enter a long text in the label like of
> 200 words, and I move my mouse over that label I get two same tooltips,
> one after another. The other tooltip shows after the time set in
> showDelay property and shows up at a slightly different position. I am
> manually creating tootip using ToolTipManager.createToolTip(). I have
> checked my code and the function where I am creating tooltip is called
> only once. Can you tell where the problem is and how to solve ?
>
> Thanks
> Arpan
>
>
> ________________________________
>
> Building a website is a piece of cake.
> Yahoo! Small Business gives you all the tools to get online.
> <http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhos
> ting/?p=PASSPORTPLUS>
>
>
>


-- 
Arpit Mathur
Lead Software Engineer,
Comcast Interactive Media
---------------------------------------
post your flex tips on
http://flextips.corank.com

Reply via email to