Re: [JPP-Devel] mousewheel and select tool

2008-09-05 Thread Michael Michaud
Rahkonen Jukka a écrit : > Hi, > > What new possibilities the proposed system would give in addition to the > existing keyboard shortcuts? I mean, I can already at any time select > features with Ctrl-Left click, pan with Alt-Shift-Drag, zoon in/out with > Alt-Left click/Right click, and show f

Re: [JPP-Devel] BeeGIS extension for uDig

2008-09-05 Thread Giuseppe Aruta
Hi all, just give a look to this extension for uDig/JGrass. BeeGIS:http://www.beegis.org/index.html It has interesting features for geologists and field surveyers. There is also an interesting exampkle of usage here: http://www.beegis.org/geonotes.htm# My thought is a similar extension for OpenJUM

Re: [JPP-Devel] mousewheel and select tool

2008-09-05 Thread Bing Ran
Hah, I didn't know that. The modifiers are installed to switch the cursor mode by the QuasimodeTool.addStandardQuasimodes() method. Thanks for the tips! That pretty much serve the basic purpose. Bing -- From: "Rahkonen Jukka" <[EMAIL PROTECTED]>

[JPP-Devel] selection box and the distance measurement

2008-09-05 Thread Bing Ran
I'm wondering why the display of the selection box is seriously flickering and slow while making a selection, so is the line drawing with the measurement tool. A quick profiling reveals that the AbstractCursorTool.drawShapeXOR() uses most of the CPU. I don't see anything obvious in the code thou