Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-24 Thread Sunburned Surveyor
Peppe, I am working on this PDF support in my super select plug-in. I will let you know how things work out. The Sunburned Surveyor On 9/20/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > Hi SS, > I am very curious about your project. > > I am sending this link http://www.mapmaker.com/. > This

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Giuseppe Aruta
Hi SS, I am very curious about your project. I am sending this link http://www.mapmaker.com/. This is the "gloriuos" mapmaker GIS software which has an embedded PDF file as help. The setup software doesn't include the help file. tThe latter is basically a big manual. But the in the menubar-help

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Sunburned Surveyor
Thank you for that important clarification Stefan. I will fiddle with my code some more today to see if I can determine what is going on. The Sunburned Surveyor On 9/20/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > if you uses ManuNames.XXX then you do *not* need to receive a string.. > using

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-20 Thread Stefan Steiniger
if you uses ManuNames.XXX then you do *not* need to receive a string.. using i18n.get It is done in menu names stefan Sunburned Surveyor schrieb: > Paul, > > I did take a look at the source code for this method, as it was the > source of my exception. I didn't see right away what the problem wa

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-19 Thread Sunburned Surveyor
Paul, I did take a look at the source code for this method, as it was the source of my exception. I didn't see right away what the problem was. It is getting late, so I will take another look at the code for that method in the morning and perhaps I will see it. Thanks, The Sunburned Surveyor On

Re: [JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-19 Thread Paul Austin
Have a look at the FeatureInstaller.addMainMenuItemWithJava14Fix method featureInstaller.addMainMenuItemWithJava14Fix(plugin, new String[] { MenuNames.FILE }, name, false, icon, enableCheck); Sunburned Surveyor wrote: > I'm trying to figure out how to add a menu item for my Super Selec

[JPP-Devel] Help Adding Menu Item Via PlugIn

2007-09-19 Thread Sunburned Surveyor
I'm trying to figure out how to add a menu item for my Super Select tool via the configureMainMenuItem method of the ToolBoxPlugIn class. I keep getting a ShouldNeverReachHere exception from the abstractActionListener method of the FeatureInstaller class. I think my exception has to do with proper