| How to set/modify the style of the application window [message #871237] |
Fri, 11 May 2012 10:36  |
Fausto Telia Messages: 8 Registered: May 2012 |
Junior Member |
|
|
I need to set a specific style to the main application window.
In RCP 3.X this setting was done in the preWindowOpen() method of the workbench window advisor, before the application window was created.
public void preWindowOpen() {
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize(new Point(1024, 768-1));
--------> configurer.setShellStyle(0);
......
Is there any way to do the same in RCP 4?
In the application model I have defined a Window not a TrimmedWindow.
Thanks
fausto
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02081 seconds