Lock Toolbar Option for RCP-Tool [message #309006] |
Fri, 13 October 2006 10:22  |
Eclipse User |
|
|
|
Originally posted by: baule.upb.de
Hello, we are creating a Tool with Eclipse and have one final problem with
out program layout. We do not have the option lock toolbar in our RCP. How
can i add this function to the tool?
public void fillCoolBar(ICoolBarManager coolBar) {
super.fillCoolBar(coolBar);
IToolBarManager toolBar = new ToolBarManager();
toolBar.add(saveAction);
toolBar.add(saveAsAction);
coolBar.add(toolBar);
coolBar.setLockLayout(true);
}
This does not do the trick. Could anyone please help. We are running out
of time. Our deadline is this weekend.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07091 seconds