Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to force a view programmatically open to be stacked?
How to force a view programmatically open to be stacked? [message #882114] Tue, 05 June 2012 22:03
McNuggets Missing name is currently offline McNuggets Missing nameFriend
Messages: 12
Registered: August 2011
Junior Member
Only,

In a part of my RCP app I have a handler that opens views with a code similar to the following:

PlatformUI.getWorkbench().getActiveWorkbenchWindow().showView("primaryid", "secid", IWorkbenchPage.VIEW_ACTIVATE);


Sometimes, for an unknown reason, the views created like that are not stacked with the others. I'm wondering why and looking for a way to force views created from my handler to be stacked.

Thanks,
Previous Topic:Can't get webstart to work with EMF project
Next Topic:DrillDownAdapter and org.eclipse.ui.menus extensions
Goto Forum:
  


Current Time: Fri Apr 26 00:54:31 GMT 2024

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

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

Back to the top