| Popup Menu in Tabfolder [message #765049] |
Tue, 13 December 2011 05:22  |
jps90 Missing name Messages: 9 Registered: December 2011 |
Junior Member |
|
|
Hi,
i have an RCP Application with a CTabFolder in it.
When I make a right-click on it a standard context menu appears. How can I disable this function or make the items of the menu in german?
I would prefer to make my own context menu for the TabFolder...
|
|
|
|
|
|
|
|
|
| Re: Popup Menu in Tabfolder [message #765556 is a reply to message #765314] |
Wed, 14 December 2011 04:45  |
jps90 Missing name Messages: 9 Registered: December 2011 |
Junior Member |
|
|
Hi,
thanks fpr the clue with the presentation. I think that is what I was searching for.
So I tried to create my own presentation. It looks like it is working because I can use it in the org.ui.example.presentation project. But how can I include it into my project?
I made a presentation.ini file with the content: org.eclipse.ui/presentationFactoryId=my.presentation.factory and added it to the Binary Build.
In my plugin.xml I have:
<extension point="org.eclipse.ui.presentationFactories">
<factory
class="de.application.PresentationFactory"
id="my.presentation.factory"
name="name">
</factory>
</extension>
and
<property
name="preferenceCustomization"
value="presentation.ini">
</property>
I think it should work with this configuration!? But nothing happens 
Found the solution. I just made a clear workspace and clear configuration area in the launch configuration.
Thanks a lot for your help
[Updated on: Wed, 14 December 2011 07:37] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.01784 seconds