Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how can i make the view minimized when i startup the WorkbenchWindows?
how can i make the view minimized when i startup the WorkbenchWindows? [message #459421] Thu, 30 November 2006 19:47 Go to next message
Eclipse UserFriend
Originally posted by: jdenght.gmail.com

Hi,everybody:
how can i make the view minimized when i startup the WorkbenchWindows?


Thanks
jdenght


Re: how can i make the view minimized when i startup the WorkbenchWindows? [message #459422 is a reply to message #459421] Thu, 30 November 2006 21:23 Go to previous message
Eclipse UserFriend
Originally posted by: jdenght.gmail.com

the question has been resolved as follows:

IWorkbenchPage page =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage();
IViewReference ref =
page.findViewReference(IMyWorkbenchActionConstants.PROPERTIE SVIEW_ID);
page.setPartState(ref, IWorkbenchPage.STATE_MINIMIZED);

"jdenght" <jdenght@gmail.com> д
Previous Topic:No access to workspace in RCP product?
Next Topic:j3d in RCP-App?
Goto Forum:
  


Current Time: Sat Mar 15 17:47:18 EDT 2025

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

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

Back to the top