sub popup menu turns gray when i go near with the mouse [message #332367] |
Mon, 20 October 2008 15:34  |
Eclipse User |
|
|
|
Hi all
Hope someone can tell me what is going on with my project .
I'm working with a Plug-in project that add a dynamic submenu to a view
context menu (from a different plugin project).
It was working fine till I decide to add to the LOCAL ACTION menu (see xml)
icon and tooltip description .
Now .
The compound contribution item is called correctly . returning n items . but
when I go with the mouse near the sub menu it becomes gray .
There is no error in the .log file .
I have started the plugin with -consolelog option . no error
Sure I have changed something . but what can I do to find the error?
Thanks
Kar
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="popup:com.eomutils.views.EomDBView">
<separator name="group.showIn"
visible="true" />
<menu
id="com.eomutils.views.EomDBView.showIn.menu"
label="Local Actions">
<dynamic class="my.project.MyCompoundContributionItem"
id="my.project.myCompoundContributionItem"/>
<separator name="group.showInEnd"
visible="true" />
</menu>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<category
id="my.project.myCategory"
name="My Category">
</category>
<command
categoryId="my.project.myCategory"
id="my.project.myCommand"
name="Execute Local Action">
<commandParameter
id="my.project.myCommand.par1"
name="script">
</commandParameter>
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="my.project.MyHandler"
commandId="my.project.myCommand">
</handler>
</extension>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03467 seconds