Hi all,
I add a node on browsertreeex.xml
<node componentid="preferences">
<icon>logo_16.gif</icon>
<label>Preferences</label>
</node>
and add a menu on menubar.xml
<menuconfigids>
<id>menubar_test_menu</id>
</menuconfigids>
</component>
<menuconfig id="menubar_test_menu">
<menu name="test_menu" nlsid="MSG_TEST" width="50" >
<actionmenuitem dynamic="genericnoselect" name="test" nlsid="MSG_TEST" action="test" showifinvalid="true"/>
</menu>
</menuconfig>
So, how I can onclick the "Preferences", the will show the pull-down menu "test", I can't find that there relationships between browsertree and menubar.
I don't know why that when I onclick "My File" menu on browsertree, it will show the "test" menu. how should I do? please give me some help! thank you so much!
Best regards!
Elvin