Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » setTitleToolTip - no effect
setTitleToolTip - no effect [message #49576] Tue, 27 May 2003 09:52 Go to next message
Eclipse UserFriend
Originally posted by: lang.thomas.gmx.net

I wrote an Editor extending MultiPageEditorPart. I tried to display more
information about the edited resource by setting the TitleToolTip using
the setTitleToolTip methode. When hovering over the editor's tab, an empty
tool tip box is dispalyed instead of the text set by setTitleToolTip().

What's wrong here? Why's the title tool tip not shown?

Thomas
Re: setTitleToolTip - no effect [message #50626 is a reply to message #49576] Tue, 27 May 2003 17:06 Go to previous message
Eclipse UserFriend
Originally posted by: lynne_kues.oti.com

You need to define the getTitleToolTip and setTitleToolTip methods for your
editor. Change these to cache the tooltiptext and answer it. If you don't
do this you will get the default get/setTitleToolTip behavior from
EditorPart which looks to the editorInput for the text to display.

"Thomas" <lang.thomas@gmx.net> wrote in message
news:bavqj2$van$1@rogue.oti.com...
> I wrote an Editor extending MultiPageEditorPart. I tried to display more
> information about the edited resource by setting the TitleToolTip using
> the setTitleToolTip methode. When hovering over the editor's tab, an empty
> tool tip box is dispalyed instead of the text set by setTitleToolTip().
>
> What's wrong here? Why's the title tool tip not shown?
>
> Thomas
>
Previous Topic:Link with .NET component
Next Topic:ActiveX Drag and Drop?
Goto Forum:
  


Current Time: Thu May 08 13:36:24 EDT 2025

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

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

Back to the top