Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » StandaloneView refuses to hide titlebar using activities(capabilities)
StandaloneView refuses to hide titlebar using activities(capabilities) [message #467192] Mon, 30 April 2007 15:32
Christoph is currently offline ChristophFriend
Messages: 55
Registered: July 2009
Member
Hello,
i have recently introduced activities/capabilities to my application to
hide certain views from being shown depending on the role of the user. All
views that are shown for a certain activity are shown with a titlebar,
although i have set showTitleBar to false. Here is my extension-definition:

<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="de.gebitms.geplan.ui.perspective.admin">
<view
closeable="false"
id="de.gebitms.geplan.ui.views.MainAdmin"
moveable="false"
ratio="0.78"
relationship="right"
relative="org.eclipse.ui.editorss"
showTitle="false"
standalone="true"
visible="true"/>
</perspectiveExtension>
</extension>

The same happens when i declare the view in the method
"createInitialLayout" of my perspective-class like this:

layout.addStandaloneView(MainViewAdmin.ID, false,IPageLayout.RIGHT,0.78f,
layout.getEditorArea());

Is that a wanted behaviour or a bug or am i doing it wrong?

Can anybody help?
Thanks very much for your time.
Christoph
Previous Topic:IllegalStateException when redrawing the column
Next Topic:Packaging and Deploying Applications based on Eclipse RCP webinar somewhere?
Goto Forum:
  


Current Time: Sat Apr 27 03:51:56 GMT 2024

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

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

Back to the top