Skip to main content



      Home
Home » Newcomers » Newcomers » Helios RC2 + View + Closeable(supported feature not showing up...)
Helios RC2 + View + Closeable [message #788859] Thu, 02 February 2012 04:55
Eclipse UserFriend
Hello,

i've been reading through some articles because i wanted to make some of my views not closeable.

i saw Vogella's tutorial on rcp here (i know that this sample is based on indigo and not helios)

which contains this image:
http://www.vogella.de/articles/EclipseRCP/images/xaddview130.png.pagespeed.ic.-g3W7gfWGu.png

my version of eclipse(helios) only shows me less:
index.php/fa/6985/0/

thats why i looked into documentation here

which says that a view can be defined like this:
Quote:
<!ATTLIST view
id IDREF #REQUIRED
relative IDREF #IMPLIED
relationship (stack|left|right|top|bottom|fast)
ratio CDATA #IMPLIED
visible (true | false)
closeable (true | false)
moveable (true | false)
standalone (true | false)
showTitle (true | false)
minimized (true | false) "false"
>


so i opened my plugin.xml
and edited the stuff just in place instead of the visual editor:

<view
            allowMultiple="false"
            category="myCategory"
            class="package.to.DetailView"
            icon="icons/siteEditor_perspective.gif"
            id="detailview"
            name="%ViewDetails"
            closeable="false">
      </view>


but when i load up my perspective the view is still closeable...

any ideas?
thanks in advance!
lumo

[Updated on: Thu, 02 February 2012 04:56] by Moderator

Previous Topic:How to define/set a node as a root
Next Topic:SWT browser control not available
Goto Forum:
  


Current Time: Tue Jul 08 23:34:37 EDT 2025

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

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

Back to the top