Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » IMenueService and CoolbarManager
IMenueService and CoolbarManager [message #1077346] Thu, 01 August 2013 11:14 Go to next message
Eclipse UserFriend
Hello,

i have a eclipse 3.x RCP and runs it with the eclipse kepler target platform and e4 bundles.

With 4.2.2 this code works to add a coolbar
 IMenuService menuService = (IMenuService)workbenchWindow.getService(IMenuService.class);
        if (menuService != null)
            {
            menuService.populateContributionManager(configuratorCoolBarManager, COOLBAR_ID);
            configuratorCoolBarManager.update(true);


Now i get follow warning:
!ENTRY org.eclipse.ui 4 4 2013-08-01 17:14:55.334
!MESSAGE populateContributionManager: Unhandled manager: org.eclipse.jface.action.CoolBarManager@7303ac66
and the coolbar is now shown.

What i have to do? Whats wrong?
Re: IMenueService and CoolbarManager [message #1080170 is a reply to message #1077346] Mon, 05 August 2013 11:01 Go to previous messageGo to next message
Eclipse UserFriend
What does your COOLBAR_ID look like?

JD
Re: IMenueService and CoolbarManager [message #1080176 is a reply to message #1077346] Mon, 05 August 2013 11:14 Go to previous message
Eclipse UserFriend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366528

Coolbar isn't implement anymore Sad

but with ToolbarManager still don't get item contributed with extension point. See bug...

[Updated on: Mon, 05 August 2013 11:27] by Moderator

Previous Topic: e4 compatability layer: add toolbar item in main toolbar
Next Topic:HiddenToolBarItem
Goto Forum:
  


Current Time: Fri Jul 04 01:22:47 EDT 2025

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

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

Back to the top