Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Application Toolbar (Coolbar) Problem(Eclipse Application Toolbar (Coolbar) Problem)
icon9.gif  Eclipse Application Toolbar (Coolbar) Problem [message #1108063] Fri, 13 September 2013 09:30 Go to next message
Harsha P is currently offline Harsha PFriend
Messages: 4
Registered: September 2013
Junior Member
Eclipse Application Toolbar (Coolbar) Problem.

I have written a eclipse application, rcp application and now i am trying to add all actions(coolbar icons) present in eclipse to my application but however the coolbar has alignment problem !! i have attached the image of the problem.
Yes i have setShowCoolBar(true);
I Used code like this:
public fillCoolBar(ICoolBarManager coolbar){
    IToolBarManager fileToolbar1 = new ToolBarManager();
    fileToolbar1.add(new Separator(IWorkbenchActionConstants.NEW_GROUP));
    fileToolbar1.add(saveAction);
    coolbar.add(fileToobar1);
    coolbar.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
}

Above saveAction is obtained from ActionFactory.SAVE.create(window)

I have also registered these actions as:
register(saveAction) in the makeActions(IWorkbenchWindow) function.
Also the icons are not movable!
I am using eclipse rcp juno SR2.
Any help is appreciated.
Thanks in advance
Re: Eclipse Application Toolbar (Coolbar) Problem [message #1109863 is a reply to message #1108063] Mon, 16 September 2013 04:05 Go to previous message
Harsha P is currently offline Harsha PFriend
Messages: 4
Registered: September 2013
Junior Member
Hey guys please help out! I am really struck here !!
Previous Topic:forum search logic (boolean expression)
Next Topic:What Should My Built Target and Target AVD Be?
Goto Forum:
  


Current Time: Fri Mar 29 01:44:26 GMT 2024

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

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

Back to the top