Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Customize the Main Menu
Customize the Main Menu [message #464148] Mon, 26 February 2007 21:12 Go to next message
Ross Camara is currently offline Ross CamaraFriend
Messages: 6
Registered: July 2009
Junior Member
I'm working on an RCP application that for branding/customization
purposes we would like use a different control with a unique look and
feel for the main menu bar. Is there any way with version 3.3M5 to do this?

Ross
Re: Customize the Main Menu [message #464211 is a reply to message #464148] Tue, 27 February 2007 18:37 Go to previous messageGo to next message
Ross Camara is currently offline Ross CamaraFriend
Messages: 6
Registered: July 2009
Junior Member
Alternatively is there a way to read out all of the
actions/contributions to main menu? That way i can use those values to
populate the separate control we are using.

Ross

Ross Camara wrote:
> I'm working on an RCP application that for branding/customization
> purposes we would like use a different control with a unique look and
> feel for the main menu bar. Is there any way with version 3.3M5 to do this?
>
> Ross
Re: Customize the Main Menu [message #465221 is a reply to message #464148] Mon, 26 March 2007 14:38 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Ross Camara wrote:
> I'm working on an RCP application that for branding/customization
> purposes we would like use a different control with a unique look and
> feel for the main menu bar. Is there any way with version 3.3M5 to do this?

no, that main menu bar is built by the system. It's the
MenuManager#fill(*) that determines what widgets are created.

Actually, in 3.3M6 you can populate your own MenuManager with the new
main menu contributions, but it won't pick up the legacy actions ...
hopefully we'll get actionSet support into 3.3

If you provide your own menu manager that would control the top-level
menu ... but sub-menus are just created as MenuManagers, so they support
the fill(Menu, index) method.

Later,
PW


Previous Topic:Images next to commands
Next Topic:key binding
Goto Forum:
  


Current Time: Sat Oct 05 16:01:37 GMT 2024

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

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

Back to the top