Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Eclipse RCP toolbar separators dont show up
Eclipse RCP toolbar separators dont show up [message #1726992] Fri, 18 March 2016 06:45 Go to next message
Lalit Solanki is currently offline Lalit SolankiFriend
Messages: 153
Registered: April 2015
Senior Member
Hi friend ,
I'm create one eclipse rcp 3 application.
I'm try to add toolbar separetors but it is not show up so please help me.


Lalit
Re: Eclipse RCP toolbar separators dont show up [message #1727065 is a reply to message #1726992] Fri, 18 March 2016 14:22 Go to previous messageGo to next message
Eclipse UserFriend
Typically indicates that you're missing a key bundle. Either build against the org.eclipse.rcp feature or make sure you're including all the bundles referenced by the org.eclipse.rcp feature and its included features.

Brian.
Re: Eclipse RCP toolbar separators dont show up [message #1727120 is a reply to message #1727065] Sat, 19 March 2016 11:29 Go to previous messageGo to next message
Lalit Solanki is currently offline Lalit SolankiFriend
Messages: 153
Registered: April 2015
Senior Member
Hi thank you Brian de Alwis for good response ,

can you please suggest the bundle that would be missing ?

Please help me ...


Lalit
Re: Eclipse RCP toolbar separators dont show up [message #1727197 is a reply to message #1727120] Mon, 21 March 2016 08:54 Go to previous messageGo to next message
Lalit Solanki is currently offline Lalit SolankiFriend
Messages: 153
Registered: April 2015
Senior Member
Hi friend,
My code is in plugin.xml

<menuContribution
            allPopups="false"
            locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
         <toolbar id="com.myapplication.editors.toolbar">
			<command commandId="com.myapplication.open" icon="icons/editors/xml.png" label="Open " style="push">	
			</command>
			<command commandId="com.myapplication.save" icon="icons/editors/xml.png" label="Save " style="push">	
			</command>
			<separator name="com.myapplication.editors.separator1" visible="true">
			</separator>
			
									   
		</toolbar>
									   
</menuContribution>


why not show toolbar seperator please help me .


Lalit
Re: Eclipse RCP toolbar separators dont show up [message #1728428 is a reply to message #1727197] Mon, 04 April 2016 10:31 Go to previous message
surekha somisetty is currently offline surekha somisettyFriend
Messages: 18
Registered: April 2016
Junior Member
Hi,
Mr! Brian de AlwisFriend

I Agree with your Answer, but still its was not visible . it is in in-visible . how to visible in separator like (|).

eclipse provided by default in between open perspective and product name
like that we want to visible tool bar separator. if any way please let me give that solution.

please send me the eclipse rcp style bundle.

Thanks.

[Updated on: Wed, 06 April 2016 07:24]

Report message to a moderator

Previous Topic: Need to have Copy and paste feature in SWT Table to clipboard/other table
Next Topic:use Remote System explorer connection for eclipse browser
Goto Forum:
  


Current Time: Fri Apr 19 01:39:29 GMT 2024

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

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

Back to the top