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
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
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
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
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
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
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