Re: [JPP-Devel] Pluggable Rendering

2007-09-20 Thread Martin Davis
Who knows? To answer that question you have to define "easy", and carry out the analysis of the code. You also need to decide whether you really need pluggable rendering, or whether you are willing to fork the code base a bit I'd be optimistic that it wouldn't be *too* hard - but the devil

Re: [JPP-Devel] to SS and Stefan - about online New User Guide

2007-09-20 Thread Stefan Steiniger
Hei Peppe, ok, move on. I am supporting you in every effort to improve the documentattion. :) stefan Giuseppe Aruta wrote: >Dear SS and Stefan, >I want to make a modification on "Documentation" page. >I would like to move London's page "New User Guide" up >in the page, between "Faq" and "List o

[JPP-Devel] Buttons on toolbox do nothing...

2007-09-20 Thread Sunburned Surveyor
I need some more help with my Super Select tool. :] I've got the menu name showing finally and when the menu item is clicked the toolbox displays and properly paints all of its buttons. I can then click on the buttons, but...nothing happens. I've been pooring over the code that creates the JButton

Re: [JPP-Devel] Pluggable Rendering

2007-09-20 Thread Sunburned Surveyor
I'm not sure about this. My pluggable rendering system simply allows custom painting behavior based on the class of the object being rendered. I'm pretty sure it is still passed the Graphics2D object that comes from the LayerViewPanel. Does that make sense? The Sunburned Surveyor On 9/20/07, Pau

Re: [JPP-Devel] Pluggable Rendering

2007-09-20 Thread Paul Austin
It would need to be able to write to a Canvas3D object Sunburned Surveyor wrote: Paul, If all you need to do is paint on a JPanel, then I think the pluggable rendering system I was working on might do the trick. It hasn't been thoroughly tested, but I do have it working, at least with 2D ESRI S

Re: [JPP-Devel] Pluggable Rendering

2007-09-20 Thread Sunburned Surveyor
Paul, If all you need to do is paint on a JPanel, then I think the pluggable rendering system I was working on might do the trick. It hasn't been thoroughly tested, but I do have it working, at least with 2D ESRI Shapefiles. I can send the code over to you if you would like to take a look. The S

[JPP-Devel] Pluggable Rendering

2007-09-20 Thread Paul Austin
A while back I heard something about a pluggable rendering system. I have a client who is looking as using JUMP but what they want to be able to do is have a 3D canvas instead of 2D, with this they would be able to have stereo imagery with 3D geometries on top of it. How easy would it be to swa

[JPP-Devel] Load Layers From Text File

2007-09-20 Thread Sunburned Surveyor
Is there a plug-in that allows you to add "empty" layers from a text file that just contains layer names? I thought I remembered hearing about one... The Sunburned Surveyor - This SF.net email is sponsored by: Microsoft Defy

[JPP-Devel] to SS and Stefan - about online New User Guide

2007-09-20 Thread Giuseppe Aruta
Dear SS and Stefan, I want to make a modification on "Documentation" page. I would like to move London's page "New User Guide" up in the page, between "Faq" and "List of functions" lines. I belive it is time to upgrade this page using elements from Faq and Tips, from one side, and pages already wri

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