Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Custom Status Line?
Custom Status Line? [message #463008] Sat, 03 February 2007 21:38 Go to next message
Andres is currently offline AndresFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

Is it possible to created a custom status line? Basically what I want is to
have a status line that has , from left to right:

- Status message
- Some contribution
- Progress monitor
- Another contribution

One idea would be the change the order. Other idea would be to use a
contribution item instead of the stock progress monitor, but I haven't been
able to see where I could hook it in.

Any ideas? It is possible or reasonably easy?

Thanks a lot for any help,

Andres
Re: Custom Status Line? [message #463010 is a reply to message #463008] Sat, 03 February 2007 20:52 Go to previous messageGo to next message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
You can't change the layout of the status line without changing Eclipse
source code (org.eclipse.ui.workbench).
Anyway, you can add status line contribution to the reserved areas:
- Fast Views
- Icon/Message
- Progress
- Contributions
- Job Progress
'Fast Views' area is shown only in case that fast views are enabled.
Contributions aren't allowed in this area.
'Job Progress' is shown if it is enabled (disabled by default).
You would add contributions to 'Icon/Message' and 'Contributions'.
See IStatusLineManager for details.

Snjeza


Andres wrote:
> Hi,
>
> Is it possible to created a custom status line? Basically what I want is to
> have a status line that has , from left to right:
>
> - Status message
> - Some contribution
> - Progress monitor
> - Another contribution
>
> One idea would be the change the order. Other idea would be to use a
> contribution item instead of the stock progress monitor, but I haven't been
> able to see where I could hook it in.
>
> Any ideas? It is possible or reasonably easy?
>
> Thanks a lot for any help,
>
> Andres
>
>
Re: Custom Status Line? [message #463022 is a reply to message #463010] Sun, 04 February 2007 01:49 Go to previous message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
Snjezana Peco wrote:
....
> Anyway, you can add status line contribution to the reserved areas:
> - Fast Views
> - Icon/Message
> - Progress
> - Contributions
> - Job Progress
Sorry, my mistake. You can add status line contribution to
'Icon/Message' and 'Contributions' areas.

Snjeza
Previous Topic:Changing the perspective bar look and location
Next Topic:storing session parameters
Goto Forum:
  


Current Time: Thu Sep 19 14:25:59 GMT 2024

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

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

Back to the top