Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Customize the Main Menu
Customize the Main Menu [message #464148] Mon, 26 February 2007 16:12 Go to next message
Eclipse UserFriend
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 13:37 Go to previous messageGo to next message
Eclipse UserFriend
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 10:38 Go to previous message
Eclipse UserFriend
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: Sun Aug 31 07:56:41 EDT 2025

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

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

Back to the top