Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » tooltip does not appear
tooltip does not appear [message #462538] Tue, 30 January 2007 11:49 Go to next message
Eclipse UserFriend
Originally posted by: brahim.zemmit.thalesgroup.com

Hi,

after applying the viewer action, the coresponding tooltip is lost (does
not appear).

does anybody kow why?

Thank you for youre help.

Here is the peace of code :

filterAction.setEnabled(true);
filterAction.setText("Apply Filter");
filterAction.setToolTipText("bla blabla filter");
filterAction.setImageDescriptor(ImageDescriptor.createFromIm age(filterIcon));
getViewSite().getActionBars().getToolBarManager().add(filter Action);
Re: tooltip does not appear [message #462578 is a reply to message #462538] Tue, 30 January 2007 19:39 Go to previous message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
Do you have any exceptions in your Error Log View?

Snjeza

zebra wrote:
> Hi,
>
> after applying the viewer action, the coresponding tooltip is lost (does
> not appear).
>
> does anybody kow why?
>
> Thank you for youre help.
>
> Here is the peace of code :
>
> filterAction.setEnabled(true);
> filterAction.setText("Apply Filter");
> filterAction.setToolTipText("bla blabla filter");
> filterAction.setImageDescriptor(ImageDescriptor.createFromIm age(filterIcon));
> getViewSite().getActionBars().getToolBarManager().add(filter Action);
>
Previous Topic:Open many editors - display show list button
Next Topic:capture screen from eclipse
Goto Forum:
  


Current Time: Wed Jan 15 14:35:27 GMT 2025

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

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

Back to the top