Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » StatusLineManager in ApplicationWindow
StatusLineManager in ApplicationWindow [message #443170] Mon, 20 September 2004 19:08 Go to next message
Eclipse UserFriend
Originally posted by: john.butt.freeuk.com

Hi,

I am new to SWT/JFace. I have created a simple application by extending the
ApplicationWindow class. My application has a very simple status line,
which
I've created by overriding createStatusLineManager. I'm able to write
simple
messages to the status line by calling
getStatusLineManager().setMessage(String s).

I'd really like to be able to create a slightly more complex status line,
by
adding separators (org.eclipse.jface.action.Separator?) between text, in a
similar way to eclipse. e.g.

Count: 0 | INS | Line 50

where '|' is the separator. I've taken a look at the API, but I can't work
out if a) it's possible and b) how to do it!

Any ideas gratefully received,

John B.
Re: StatusLineManager in ApplicationWindow [message #443182 is a reply to message #443170] Tue, 21 September 2004 12:53 Go to previous messageGo to next message
Christian Hauser is currently offline Christian HauserFriend
Messages: 189
Registered: July 2009
Senior Member
> I'd really like to be able to create a slightly more complex status line,
> by
> adding separators (org.eclipse.jface.action.Separator?) between text, in a
> similar way to eclipse. e.g.

I can't help you, because I never managed to do it. And in fact I would
like to know how to do it.

As this is a JFace question (and not an SWT related question), you
should ask it in eclipse.platform instead of eclipse.platform.swt.

Regards,
Christian
Re: StatusLineManager in ApplicationWindow [message #1785549 is a reply to message #443170] Mon, 16 April 2018 14:39 Go to previous message
rohit prajapati is currently offline rohit prajapatiFriend
Messages: 1
Registered: April 2018
Junior Member
Hi John,

I am also stuck in the same problem.
So did you found any solution to it? or any alternative?

Thanks,
Rohit
Previous Topic:SWT 3.7.2 Browser Widget | Internet Explorer Mobile 6
Next Topic:Backport fix on Eclipse Mars 4.5.2 - OSX High Sierra crash due to deprecated NSCopyBits
Goto Forum:
  


Current Time: Fri Apr 26 09:37:55 GMT 2024

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

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

Back to the top