Re: [JPP-Devel] EZ-buttons connection to a sub-menu level

2011-09-08 Thread Rahkonen Jukka
.kielh...@gmx.de] > Lähetetty: 8. syyskuuta 2011 10:12 > Vastaanottaja: OpenJump develop and use > Aihe: Re: [JPP-Devel] EZ-buttons connection to a sub-menu level > > Hi Jukka, > > on my system it works: Make a shortcut to a function in a > sub-menu with EZ-Buttons. >

Re: [JPP-Devel] EZ-buttons connection to a sub-menu level

2011-09-08 Thread Arnd Kielhorn
Hi Jukka, on my system it works: Make a shortcut to a function in a sub-menu with EZ-Buttons. OJ 1.4.1 stable Sun Java 6 Ubuntu 10.04 Greatings Arnd > Hi, > > It would be convenient to be able to connect EZ-buttons to a sub-menu > level, so that pressing the shortcut button would open for exa

Re: [JPP-Devel] EZ Buttons bug

2011-08-16 Thread edgar . soldin
On 16.08.2011 00:09, Larry Becker wrote: > > Yes, I couldn't figure out how to copy a menu's enableChecks event handler > to the EZ Buttons. I didn't study it too much though, so there may be a > fairly easy solution. > it's probably not that easy, because they are visible all the time, so

Re: [JPP-Devel] EZ Buttons bug

2011-08-15 Thread Larry Becker
Hi Matthias, Yes, I couldn't figure out how to copy a menu's enableChecks event handler to the EZ Buttons. I didn't study it too much though, so there may be a fairly easy solution. regards, Larry On Sun, Aug 14, 2011 at 2:36 PM, Matthias Scholz wrote: > Hi! > > The EZ Buttons do not obs

Re: [JPP-Devel] EZ Buttons

2010-02-09 Thread luca marletta
:-D sorry Larry I feel so newbie. I just left click sorry and thanks for your work luca luca marletta www.beopen.it On Tue, Feb 9, 2010 at 3:11 PM, Larry Becker wrote: > Has anyone else running linux tried EZ Buttons? > > > On Tue, Feb 9, 2010 at 8:09 AM, Larry Becker wrote: >> >> Hi luca, >>

Re: [JPP-Devel] EZ Buttons

2010-02-09 Thread Larry Becker
Has anyone else running linux tried EZ Buttons? On Tue, Feb 9, 2010 at 8:09 AM, Larry Becker wrote: > Hi luca, > > You are right-clicking on the buttons, correct? If so, what OS? What > version of OJ? > > regards, > Larry > > > On Tue, Feb 9, 2010 at 1:53 AM, luca marletta wrote: > >> Hi a

Re: [JPP-Devel] EZ Buttons

2010-02-09 Thread Larry Becker
Hi luca, You are right-clicking on the buttons, correct? If so, what OS? What version of OJ? regards, Larry On Tue, Feb 9, 2010 at 1:53 AM, luca marletta wrote: > Hi all, > I realized that EZ Buttons could be very useful but now, trying to > configure them I discovered that in my system th

Re: [JPP-Devel] EZ Buttons

2009-12-15 Thread Larry Becker
You can download the source to JTS here: http://jts-topo-suite.svn.sourceforge.net/viewvc/jts-topo-suite/trunk/ Look for: com.vividsolutions.jts.algorithm.CGAlgorithms.java /** * Returns the signed area for a ring. The area is positive if * the ring is oriented CW. */ public static

Re: [JPP-Devel] EZ Buttons

2009-12-15 Thread karthik shravanam
Hi All, Since this is topic of distance, i had a question about the are that shows up in the toolbar at the bottom along with the distance on the open jump application,I was wondering if anyone has the code for it so that i can know how the tool is calculating the area. Can you please let me know

Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal

2009-12-15 Thread Giuseppe Aruta
Hi larry,thanks for the  model. I am going to write a couple of batch sample to use with gdal ad give a feedback Peppe --- Lun 14/12/09, Larry Becker ha scritto: Da: Larry Becker Oggetto: Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal A: "OpenJump develop and use" Data:

Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal

2009-12-14 Thread Larry Becker
a script sample? >> >> >> - on the other hand EZ buttons itself could be launch some external batch >> or exe file? without passing throught beanshell editor? >> >> thanks >> >> >> Peppe >> >> @Larry >> I think EZ butt

Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal

2009-12-14 Thread Larry Becker
> > - on the other hand EZ buttons itself could be launch some external batch > or exe file? without passing throught beanshell editor? > > thanks > > > Peppe > > @Larry > I think EZ buttons is valid idea, > > *Lun 14/12/09, Larry Becker * ha scritto: > >

Re: [JPP-Devel] EZ Buttons

2009-12-14 Thread Larry Becker
Sorry, it should have been: { import com.vividsolutions.jts.geom.*; import com.vividsolutions.jump.feature.*; import com.vividsolutions.jump.workbench.model.*; features= wc.getLayerViewPanel().getSelectionManager().getFeaturesWithSelectedItems(); Iterator i = features.iterator(); if (features.siz

Re: [JPP-Devel] EZ Buttons

2009-12-14 Thread Larry Becker
Hi Jukka, Here is a script that leverages the JTS distance function: { import com.vividsolutions.jts.geom.*; import com.vividsolutions.jump.feature.*; import com.vividsolutions.jump.workbench.model.*; fc = wc.getLayerNamePanel().getSelectedLayers()[0].getFeatureCollectionWrapper(); Iterator i

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
btw. the best way to not forget such things is to add them to the feature request list. http://sourceforge.net/tracker/?atid=679909&group_id=118054&func=browse stefan Rahkonen Jukka schrieb: > Hi, > > I agree totally with Larry. OpenJump is already a very productive editing > tool. Connecting

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
Oh.. forgot this one: > > What I am missing most in OpenJump is the ability to write edited data back > to the database. I guess this is a case for sponsored development? Not sure who even would have the (PostGIS & OJ) knowledge to do that and work on incremental write support. The only way I

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
mhm.. well in theory ot should be easy to make such a script. But the level is in the detail: if you have two polygons, what distance do you return? the shortest, i.e. boundary to boundary?, or the centroids? an additional (button) function could indeed work stefan Rahkonen Jukka schrieb: > Hi,

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Rahkonen Jukka
Hi, I agree totally with Larry. OpenJump is already a very productive editing tool. Connecting routines which are used hundreds of times per day to menu shortcut or toolbar button does not only speed up the work but it also cuts down the number of errors, and perhaps most important, it makes th

Re: [JPP-Devel] EZ Buttons

2009-12-10 Thread Stefan Steiniger
Hei Larry, Larry Becker wrote: > Thanks for the feedback Michaël and Stefan. In case anyone out there is > wondering what is the use of a toolbox that can only reuse existing menu > features, it is all about optimizing work flow. Yep.. this was for instance a request by Bernd with respect to

Re: [JPP-Devel] EZ Buttons

2009-12-10 Thread Larry Becker
Thanks for the feedback Michaël and Stefan. In case anyone out there is wondering what is the use of a toolbox that can only reuse existing menu features, it is all about optimizing work flow. I believe we have an opportunity to position OpenJump as being the best tool for data creation and editi

Re: [JPP-Devel] EZ Buttons

2009-12-09 Thread Stefan Steiniger
Larry, this is awesome! I was already wondering what happend with the idea of a second or dynamic toolbar, but this is great. And it is nice that the settings are stored when OpenJUMP is closed and started again too. a big thank You (and those that helped you)! This stuff would have gone way

Re: [JPP-Devel] EZ Buttons

2009-12-09 Thread Michaël Michaud
Hi, Excellent job, Larry, as usual, and specially useful Michaël Larry Becker a écrit : > I have just done a preliminary port of SkyJUMP's EZ Button feature. > The EZ Buttons option appears to the View menu. It provides an > option to display a button panel that can be easily programed by