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

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

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

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

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

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 defeating

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

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,

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:

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:

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