Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Larry Becker
Hi Jukka, Bob was able to modify our ConstrainedMultiClickTool class to add a key listener for the Backspace key which will delete the last vertex. We couldn't make your suggestion of using undo on the toolbar work since it has a defined purpose already and won't activate until after the current

Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Rahkonen Jukka
Hi, I will test the functionality once it is in the release. I am pretty sure that last point eraser will will be a frequently used tool :) -Jukka- Lähettäjä: [EMAIL PROTECTED] puolesta: Larry Becker Lähetetty: ti 20.3.2007 16:31 Vastaanottaja: List for

Re: [JPP-Devel] Make Java2DConverter exchangeable in Viewport?

2007-03-20 Thread Ugo Taddei
Hi, Sascha L. Teichmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ... done. > > A very big "thank you" to Larry for supporting me in this. :-) > > - From the point of view of the Print/Layout plug-in this makes it > a lot easier to produce hi quality output without tampering

Re: [JPP-Devel] Items which can't be translated and other findings

2007-03-20 Thread Sunburned Surveyor
Stefan and Jukka, I have added Jukka's list of things to fix to the OpenJUMP Wiki here: http://openjump.org/wiki/show/Jukka%27s+List+of+Things+To+Fix If we can still get bug reports at the SourceForge site, that would be great. The Sunburned Surveyor On 3/16/07, Stefan Steiniger <[EMAIL PROT

Re: [JPP-Devel] JumpPrinter

2007-03-20 Thread Sunburned Surveyor
Geoffrey, I'm going to try to read over your e-mail tonight so I can get back to you with some comments on this. The Sunburned Surveyor On 3/16/07, Geoffrey G Roy <[EMAIL PROTECTED]> wrote: Following some comments about the quality of the printed image I have spent some time trying to increa

Re: [JPP-Devel] Fwd: Open JUMP crashing issue

2007-03-20 Thread Sunburned Surveyor
Larry, Doesn't installing a separate version of the JVM sort of defeat the purpose of Java? Doesn't it also greatly increase the size of program downloads? I wonder if there are alternatives to ensuring compatability with a specific version or set of versions of the JVM on each operating system.

Re: [JPP-Devel] Fwd: Open JUMP crashing issue

2007-03-20 Thread Larry Becker
Not sure what you mean by defeating the purpose of Java, but it does make for a larger download. With the price of bandwidth and disk space lately, it is a very small price to pay IMHO. regards, Larry On 3/20/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Larry, Doesn't installing a separ

Re: [JPP-Devel] Make Java2DConverter exchangeable in Viewport?

2007-03-20 Thread Sunburned Surveyor
Nice work Sascha. Does this mean we can assign a Java2DConverter to a viewport using a plug-in? I bet Geoffry would be interested in this. Landon On 3/20/07, Ugo Taddei <[EMAIL PROTECTED]> wrote: Hi, Sascha L. Teichmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ... done.

Re: [JPP-Devel] Fwd: Open JUMP crashing issue

2007-03-20 Thread Sunburned Surveyor
O.K. Larry. I understand why you package the JVM, I just wish there was a way to avoid it. Can you imagine if each Java program you downloaded came with its own JVM? Ugly... Thanks, The Sunburned Surveyor On 3/20/07, Larry Becker <[EMAIL PROTECTED]> wrote: Not sure what you mean by defeatin

Re: [JPP-Devel] Fwd: Open JUMP crashing issue

2007-03-20 Thread Larry Becker
I downloaded AutoDesk's DWG/DXF viewer the other day. 119MB BEFORE installing for a VIEWER. It makes 32M for a full fledged GIS program seem kind of trivial. 8-) regards, Larry On 3/20/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: O.K. Larry. I understand why you package the JVM, I just

Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Stefan Steiniger
cool.. something more on my todo list :o) btw.. i forgot but did you send the changes for the rendering, Larry? stefan Larry Becker schrieb: > Hi Jukka, > > Bob was able to modify our ConstrainedMultiClickTool class to add a key > listener for the Backspace key which will delete the last vert

Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Larry Becker
Hi Stefan, If you are referring to ConstrainedMultiClickTool, it can be accessed at: http://skyjump.cvs.sourceforge.net/skyjump/skyjump/com/isa/jump/plugin/ConstrainedMultiClickTool.java?view=log regards, Larry On 3/20/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: cool.. something more on

Re: [JPP-Devel] Fwd: Open JUMP crashing issue

2007-03-20 Thread Sunburned Surveyor
Yes it does. (Unless your on dial-up.) :] The Sunburned Surveyor On 3/20/07, Larry Becker <[EMAIL PROTECTED]> wrote: I downloaded AutoDesk's DWG/DXF viewer the other day. 119MB BEFORE installing for a VIEWER. It makes 32M for a full fledged GIS program seem kind of trivial. 8-) regards, La

Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Stefan Steiniger
thanx, but i meant with rendering the speed improvement where you sent recently around the images. Or is it still in the testing phase? stefan Larry Becker schrieb: > Hi Stefan, > > If you are referring to ConstrainedMultiClickTool, it can be accessed at: > http://skyjump.cvs.sourceforge.net

Re: [JPP-Devel] 'Cancel vertex' functionality

2007-03-20 Thread Larry Becker
Right. That would be: http://skyjump.cvs.sourceforge.net/skyjump/skyjump/com/vividsolutions/jump/workbench/ui/renderer/java2D/Java2DConverter.java?view=log with an incidental mod to: http://skyjump.cvs.sourceforge.net/skyjump/skyjump/com/vividsolutions/jump/workbench/ui/renderer/style/WKTFillP

Re: [JPP-Devel] Make Java2DConverter exchangeable in Viewport?

2007-03-20 Thread [EMAIL PROTECTED]
Hi, This is exactly the idea behind this mod. I've recently committed some code to the PrintLayoutPlugin cvs that uses this feature to keep the precision of the GIS vertices. We'll do our next release soon so a broader audience can test it and see the difference. - Sascha Sunburned Surveyor schr