[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to keep view open when changing perspective?

Hi,

I have two perspective that should show the same view at the bottom part of the window. In the 'createInitialLayout()' method of both perspectives I define a standalone placeholder like this:

layout.addStandaloneViewPlaceholder(InfoObjectsTableView.ID + "*:*", IPageLayout.BOTTOM, 0.6f, editorAreaID, true);

However, when I open the view in one of the perspectives and then switch to another - the view doesn't stay open. How can I make the view stay open when a perspective is changed?

Thanks in advance,
Stanislav