N, would you be willing to post an example how how to get a different
UIObject to appear for a tooltip?  Like a panel or such

Thanks

On 6/4/06, n51red <[EMAIL PROTECTED]> wrote:
> Thank you, I see now.
> Note for other people doing the same thing:
> If you want the mouse to be disabled for all the children of your
> component, you also need to set the mouseChildren property to false.
>
> Thanks again,
> N
>
> --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]>
> wrote:
> >
> > In Flex 2, set the mouseEnabled property of your tooltip instance
> to false. The standard ToolTip component does this in its
> constructor:
> >
> >     // Make the ToolTip invisible to the mouse so that it doesn't
> >     // interfere with the ToolTipManager's mouse-tracking.
> >     mouseEnabled = false;
> >
> > - Gordon
> >
> >
> > -----Original Message-----
> > From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of n51red
> > Sent: Friday, June 02, 2006 9:20 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] f2b3 custom ToolTip troubles
> >
> > I've been replacing tool tips with arbitrary IUComonents by
> > intersepting the toolTipCreate method and changing the toolTip
> property
> > to my component. This works quite well except for when the tooltip
> is
> > does not have room to appear to the bottom left of the cursor. In
> this
> > situation the the tooltip appears under the cursor causing an
> > oscillation of mouseOut, mouseOver events, with the tooltip
> flashing on
> > and off.
> >
> > Does anyone have any tips on getting this functionallity without
> > breaking the tooltip mechanism?
> >
> > Thanks,
> > N
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
> 40yahoogroups.com
> > Yahoo! Groups Links
> >
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to