Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Trim bars, status & order extension
Trim bars, status & order extension [message #466086] Fri, 13 April 2007 15:33 Go to next message
Eclipse UserFriend
Originally posted by: sasha.bilton.endsofinvention.com

Hi there,

I've got a trim widget that is displayed perfectly well when I run my
plugin in a test Eclipse target RCP app, but when it is deployed to our
target RCP rcp (with is own WorkbenchWindowAdvisor) it doesn't appear. I
don't have rights to modify this parent RCP app, but the source code does
seem to have the StatusLine set to true and I can see the physical trim
area. I'm not very familiar with layout of widgets through the extensions
but recognise it is the best way to do it.

My xml is

<widget
class="com.***.fuse.ice.views.IceAxeTrimWidget"
id="com.***.fuse.ice.iceaxewidget">
<location>
<bar
path="com.***.fuse.ice.axe"
type="trim"/>
</location>
</widget>
<group
id="com.***.fuse.ice.axe"
separatorsVisible="true">
<location>
<bar
type="trim"/>
<order
position="before"
relativeTo="status"/>
</location>
</group>

Anyone got any ideas as to what might cause this? Also, is there a list
somewhere of the relativeTo possible values? I don't think the are app
define but somewhere in the bowels of the RCP platform?

Thanks!

Sasha
Re: Trim bars, status & order extension [message #466303 is a reply to message #466086] Tue, 17 April 2007 13:58 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Does the parent RCP app override the TrimLayout on the workbench
windows? Are you deployed on 3.2.x?

You could open a bug with your usecase at https://bugs.eclipse.org/bugs/
against Eclipse Platform UI

PW


Previous Topic:Hide unwanted actionsets
Next Topic:Filtering ResourceMappings contributions
Goto Forum:
  


Current Time: Fri Apr 26 21:15:24 GMT 2024

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

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

Back to the top