Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] unable to get popup menus working

Hi

The xml snippet below is not adding any popup menu to an View object that implements IDBLevel2Object. I followed the procedure from the built-in Help and followed the Readme example.

    <extension point = " org.eclipse.ui.popupMenus">
         <objectContribution
            id="oracle.dbtools.connectivity.actions"
            objectClass="oracle.dbtools.connectivity.actions.IDBLevel2Object ">
            <action id="oracle.dbtools.connectivity.actions.IDBLevel2Object"
               label="New"
               menubarPath="additions"
               helpContextId=" oracle.dbtools.connectivity.actions.level2object.new"
               class="oracle.dbtools.connectivity.actions.Level2NewAction">
            </action>
         </objectContribution>
    </extension>   

Linux GTK Eclipse Version: 3.2.0 Build id: I20051215-1506

Am I using the wrong method ?
Should i be posting in some other forum ?

Regards
Anthos
--
Anil Samuel <anil.samuel@xxxxxxxxxx>
Senior Technical Member
Product Development
Oracle Corporation

Back to the top