Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How do I add a control to the beginning of the status line?(No matter what I do, it ends up at the end!)
icon9.gif  How do I add a control to the beginning of the status line? [message #685788] Mon, 20 June 2011 01:09
Eclipse UserFriend
I am trying to add a control contribution to the beginning of the status line i.e. to the left, but no matter what I do it always comes out at the end of the line i.e. to the right.

So what's the trick? All the examples on the net I can find seem to deliberately place their controls at the end of the status line but that's not what I want.

I am adding the control using:

statusLine.appendToGroup(StatusLineManager.BEGIN_GROUP, cc);

but this behaves exactly the same as:

statusLine.appendToGroup(StatusLineManager.END_GROUP, cc);

So is it possible to achieve what I want or does everything always appear at the end of the status line?

Thanks,

-sbs
Previous Topic:Chart on RCP application
Next Topic:Key binding and selection in viewer
Goto Forum:
  


Current Time: Sat Aug 30 22:35:14 EDT 2025

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

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

Back to the top