Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Tooltip handling in LeightweightSystem (Draw2D)
Tooltip handling in LeightweightSystem (Draw2D) [message #213095] Mon, 03 April 2006 07:25 Go to next message
Eclipse UserFriend
Originally posted by: rdenk.thegoldensource.com

Hi all,

by default, the tooltip popup handling in Draw2D is done by a
ToolTipHelper class which starts a timer that will close the tooltip
popup automatically after (I think) 21 seconds. Now, how can i disable
this behaviour so that the tooltip popup remains untill mouse moved?

As far as I could see, this would require to subclass the
SWTEventDispatcher for the LeightweightSystem which initializes the
ToolTipHelper, but this is core Draw2D code....so is there any
'workaround' or 'fake' to achieve this easier??

Thx & regards
Re: Tooltip handling in LeightweightSystem (Draw2D) [message #213180 is a reply to message #213095] Mon, 03 April 2006 17:39 Go to previous message
Steven R. Shaw is currently offline Steven R. ShawFriend
Messages: 128
Registered: July 2009
Senior Member
I can't see any other way then what you suggest...

-Steve

"rde" <rdenk@thegoldensource.com> wrote in message
news:e0qiku$n7o$1@utils.eclipse.org...
> Hi all,
>
> by default, the tooltip popup handling in Draw2D is done by a
> ToolTipHelper class which starts a timer that will close the tooltip
> popup automatically after (I think) 21 seconds. Now, how can i disable
> this behaviour so that the tooltip popup remains untill mouse moved?
>
> As far as I could see, this would require to subclass the
> SWTEventDispatcher for the LeightweightSystem which initializes the
> ToolTipHelper, but this is core Draw2D code....so is there any
> 'workaround' or 'fake' to achieve this easier??
>
> Thx & regards
Previous Topic:Can I put XYAnchor into a container?
Next Topic:How do I handle my Model-Exceptions in GEF
Goto Forum:
  


Current Time: Fri Apr 19 10:22:21 GMT 2024

Powered by FUDForum. Page generated in 0.01854 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top