Tooltip handling in LeightweightSystem (Draw2D) [message #213095] |
Mon, 03 April 2006 03:25  |
Eclipse User |
|
|
|
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 13:39  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.07971 seconds