Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Tooltips display duration
Tooltips display duration [message #463906] Tue, 20 February 2007 04:53 Go to next message
Eclipse UserFriend
Hi

I am developping an application using RCP.
I have many views and many items in them.

I have been able to set tooltips on those items (thanks to
setToolTipText(String)), and they are well displayed.

I'd like to define the display duration of the tooltip, but I didn't find
how.

Is it possible?
If so how can I do this, or at least how can I set a kind of 'autoHide'
property to 'false'?


Thanks

Guilhaume
Re: Tooltips display duration [message #463913 is a reply to message #463906] Tue, 20 February 2007 05:35 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

AFAIK it isn't possible to set the duration time. You can check this
bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=73228
I think that the same is with the auto hide option.
If I'm wrong please correct me.

Hope this help you :)

regards,
Jakub Jurkiewicz

Pinard-Legry Guilhaume wrote:
> Hi
>
> I am developping an application using RCP.
> I have many views and many items in them.
>
> I have been able to set tooltips on those items (thanks to
> setToolTipText(String)), and they are well displayed.
>
> I'd like to define the display duration of the tooltip, but I didn't
> find how.
>
> Is it possible?
> If so how can I do this, or at least how can I set a kind of 'autoHide'
> property to 'false'?
>
>
> Thanks
>
> Guilhaume
>
Re: Tooltips display duration [message #463915 is a reply to message #463913] Tue, 20 February 2007 06:02 Go to previous message
Eclipse UserFriend
Hi,

you can use emulated tooltips provided by JFace in 3.3. They allow you
to define the time they are displayed. See
http://tom-eclipse-dev.blogspot.com/2006/11/are-os-tooltips- not-flexible-enough.html

Tom

Jakub Jurkiewicz schrieb:
> Hi,
>
> AFAIK it isn't possible to set the duration time. You can check this
> bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=73228
> I think that the same is with the auto hide option.
> If I'm wrong please correct me.
>
> Hope this help you :)
>
> regards,
> Jakub Jurkiewicz
>
> Pinard-Legry Guilhaume wrote:
>> Hi
>>
>> I am developping an application using RCP.
>> I have many views and many items in them.
>>
>> I have been able to set tooltips on those items (thanks to
>> setToolTipText(String)), and they are well displayed.
>>
>> I'd like to define the display duration of the tooltip, but I didn't
>> find how.
>>
>> Is it possible?
>> If so how can I do this, or at least how can I set a kind of
>> 'autoHide' property to 'false'?
>>
>>
>> Thanks
>>
>> Guilhaume
>>
Previous Topic:Best code pattern using listeners in RCP views.
Next Topic:[CommonNavigator] Selection changes without focus
Goto Forum:
  


Current Time: Thu Nov 13 15:49:56 EST 2025

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

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

Back to the top