Title: quote
Sam -

Thanks... I've looked at that.  The problem is I'm creating custom components in my tooltip.  So I was trapping the create event to use my own custom tooltip which implements IToolTip.  This worked fine.

Where I got stuck was on how to intercept the hide event.  Nothing I tried seem to work which would allow the tooltip to continue showing once the mouse was moved off the target.  I was trying to recreate the tooltips used in Adobe's JamJar application.

So now my approach is to create my own class which extends ToolTipManager.  I want added another method (createCustomToolTip) where I pass the custom tooltip class and try to override some methods so I can control when to call destroytooltip?

Not sure this is the best approach?

.j

Samuel Reuben said the following:
Hi J,
 
You could look into the documentation for ToolTipManager and use the methods (createToolTip and destroyToolTip) that are listed there to achieve what you are trying to do.
 
Hope this helps,
-sam

 
On 9/16/06, josiah_kirby <[EMAIL PROTECTED]net> wrote:

I'm building a custom tooltip (implements IToolTip) which will have
components in it. Once the tooltip is shown I want to keep it shown
until I trigger an event to hide it.

I have created a listener on the component for the tooltipHide to keep
it from hiding with no luck.

Anyone know how keep a tooltip open until you want to close/hide it?

Thanks.

.j



--
Whether you think that you can, or that you can't, you are usually right.
 - Henry Ford
__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to