Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Perspectives Views and Editors(how to get rid of editors (hide))
RCP Perspectives Views and Editors [message #1705859] Wed, 19 August 2015 13:57
Ludwig Moser is currently offline Ludwig MoserFriend
Messages: 476
Registered: July 2009
Senior Member
Hello!

I have an RCP application with several perspectives, which contain only views.
now i added birt to my application, which has its own perspective.
all is fine, but when i opened the birt designer - perspective it simply remains open.

Sounds strange, but here an example to explain it better.
my perspectivegot three views:


  1. search
  2. detail (formular)
  3. list (table)


nice and handy.

Swtichting to birts designer perspectiveshows me:


  1. some views in tabfolders
  2. more views in tabfolders
  3. even more views in tabfolders
  4. and centered the Editor, where i can modify my report


so far so good.

when i switch now back to my perspective, all is fine, but the Editor from the Birt perspective keeps open!

i think this is not a birt perspective specific problem (this is why i ask it here and not in the birt-part of this forum)

any ideas how i can get rid of this problem?
NOTE: if i switch between my own perspectives nothing keeps open!

EDIT: i have this line in my Perspective, seems i have to rerun this line, when swtichting to my perspective, but how can i do so?
	public void createInitialLayout(final IPageLayout layout) {
		...
		layout.setEditorAreaVisible(false);
	}

[Updated on: Wed, 19 August 2015 14:02]

Report message to a moderator

Previous Topic:org.eclipse.ui.views.properties.IPropertySheetPage cannot be found by GEF
Next Topic:RCP export for mac os
Goto Forum:
  


Current Time: Thu Apr 25 13:14:11 GMT 2024

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

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

Back to the top