I want to insert a combobox with 3 messages in my status bar in eclipse rcp application.Please tell me how to do it.
Asked
Active
Viewed 965 times
0
-
Wasssupp guys.......no answer,,,,,is it so tough? – sam Apr 27 '10 at 03:53
-
Wasssupp sam… no validated answer? :-) – Jean-Philippe Pellet Apr 17 '11 at 20:58
-
possible duplicate of [Contributing to the Status Bar/Trim in Eclipse RCP](http://stackoverflow.com/questions/2810510/contributing-to-the-status-bar-trim-in-eclipse-rcp) – Chandrayya G K Apr 30 '14 at 09:19
1 Answers
1
You can insert any kind of control into the status bar by extending org.eclipse.jface.action.ControlContribution
.

Jean-Philippe Pellet
- 59,296
- 21
- 173
- 234