[JPP-Devel] Question about Mneu Items for Plugins

2007-05-02 Thread Geoffrey G Roy
To the Gurus I understand how to create a Main menu item, and to add one or more items to it when a plugin is loaded. What should happen if two plugins create the same Main Menu item, and try to add different items to it??? My initial testing seems to indicate that the last loaded plugin appea

Re: [JPP-Devel] Question about Mneu Items for Plugins

2007-05-02 Thread Stefan Steiniger
Hei Geoff, it should not replace existing menus it rather adds menu items in the order read from the plugin (you may have a look on the JumpConfiguration or OpenJUMP configuration files.. or... for instance on plugins (ISA, MapGen) that contain a couple of plugins) hope this helps stefan Geoff

Re: [JPP-Devel] Question about Mneu Items for Plugins

2007-05-02 Thread Stefan Steiniger
adding menu items to existing ones is one of the great things of JUMP .. thanx to Martin and Jon Geoffrey G Roy schrieb: > To the Gurus > > I understand how to create a Main menu item, and to add one or more > items to it when a plugin is loaded. What should happen if two plugins > create the