Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Create WorkbenchWindow as Modal(we can do newly created WorkbenchWindow as Modal with eclipse 3.7 but we cannot do it with eclipse luna)
Create WorkbenchWindow as Modal [message #1663246] Tue, 10 March 2015 10:34
cenk Mising name is currently offline cenk Mising nameFriend
Messages: 159
Registered: July 2009
Senior Member
We have created second WorkbenchWindow in the application this like
PlatformUI.getWorkbench().openWorkbenchWindow(Perspective.ID, null);


We want to open this WorkbenchWindow as MODAL. How can do it in Eclipse luna.

Before we are using eclipse 3.7 and we make model this like in preWindowOpen method

configurer.setShellStyle(configurer.getShellStyle()|SWT.SYSTEM_MODAL);


And It is worked in eclipse 3.7 but this is not working eclipse 4 luna.

Previous Topic:Duplicate tool item in eclipse e4 migration application
Next Topic:EHandlerService not available in e4 with Eclipse 3.x views
Goto Forum:
  


Current Time: Sat Sep 21 00:13:30 GMT 2024

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

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

Back to the top