Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Hide Views (not dispose)(Hide views but not dispose it. )
Hide Views (not dispose) [message #1404285] Wed, 30 July 2014 21:45
Esteban Avila is currently offline Esteban AvilaFriend
Messages: 49
Registered: June 2012
Member
Hi everybody

I have a tab control, when a switch tabs, i am hidden a bunch of views and open others.

I have a problem when use:

IWorkbenchPage wbp = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
wbp.hideView(View.ID);

this made a dipose of the view. I want hide but no dispose it.

Any idea?

PD: Momento is not useful.

Thanks.
Previous Topic:How to create ICO for branding
Next Topic:Custom Markers not showing in Problems
Goto Forum:
  


Current Time: Fri Apr 26 01:28:22 GMT 2024

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

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

Back to the top