Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Fixed Window Size depending on perspective
Fixed Window Size depending on perspective [message #1840200] Thu, 08 April 2021 13:59 Go to next message
philipp huebner is currently offline philipp huebnerFriend
Messages: 67
Registered: July 2009
Member
Dear all,

We have the following requirement with our eclipse rcp application:

Initially, the application window size should be fixed - no minimizing/maximizing or resident should be allowed.

The only way that i found was

public void preWindowOpen(IWorkbenchWindowConfigurer configurer) {
super.preWindowOpen(configurer);
configurer.setShellStyle(...);
}

but this has no effect at all!

We use e3 with eclipse 4.6.3 ..



Re: Fixed Window Size depending on perspective [message #1849333 is a reply to message #1840200] Wed, 12 January 2022 22:02 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

did you try:

configurer.setShellStyle(...);
super.preWindowOpen(configurer);
Previous Topic:Eclipse RCP Application (using p2 repo) Build automation using Ant
Next Topic:Building an Eclipse RCP application for Raspian aarch64 fails because of missing SWT classes
Goto Forum:
  


Current Time: Thu Sep 26 03:39:26 GMT 2024

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

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

Back to the top