Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to add image in Eclipse status bar
how to add image in Eclipse status bar [message #445776] Thu, 11 November 2004 01:13 Go to next message
Eclipse UserFriend
Originally posted by: jyzhang.superv.com.cn

HI, all.

I can only show text in status bar using codes below:
WorkbenchWindow window = EclipseGlobal.getWorkbenchWindow(); //window is
my project's global varible
IStatusLineManager manager = window.getActionBars().getStatusLineManager();
manager.setMessage("I'm read !");

but I need to show image in status bar, anyone can help me?

Thanks a lot.
Re: how to add image in Eclipse status bar [message #445898 is a reply to message #445776] Thu, 11 November 2004 17:04 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
You will probably get a better response to this workbench question on the
eclipse platform newsgroup:

news://news.eclipse.org/eclipse.platform

"Harry Chang" <jyzhang@superv.com.cn> wrote in message
news:cmuec6$roi$1@eclipse.org...
> HI, all.
>
> I can only show text in status bar using codes below:
> WorkbenchWindow window = EclipseGlobal.getWorkbenchWindow(); //window is
> my project's global varible
> IStatusLineManager manager =
> window.getActionBars().getStatusLineManager();
> manager.setMessage("I'm read !");
>
> but I need to show image in status bar, anyone can help me?
>
> Thanks a lot.
>
>
Previous Topic:Own widgets in a JFace Statusline
Next Topic:set cursor to Sash from SashForm
Goto Forum:
  


Current Time: Thu Mar 28 12:56:35 GMT 2024

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

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

Back to the top