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

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

2011-09-08 Thread Rahkonen Jukka
...@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. OJ 1.4.1 stable Sun Java 6 Ubuntu 10.04

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 the

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 m...@jammerhund.de wrote: Hi! The EZ

[JPP-Devel] EZ Buttons bug

2011-08-14 Thread Matthias Scholz
Hi! The EZ Buttons do not observe the enableChecks. If you bind a tool to a button which needs one or more features selected (blend linestrings for example), then you get some exceptions. Matthias -- FREE DOWNLOAD -

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 lucama...@gmail.com wrote: Hi all, I realized that EZ Buttons could be very useful but now, trying to configure them I discovered

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 becker.la...@gmail.com 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

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 becker.la...@gmail.com wrote: Has anyone else running linux tried EZ Buttons? On Tue, Feb 9, 2010 at 8:09 AM, Larry Becker

[JPP-Devel] EZ Buttons

2010-02-08 Thread luca marletta
Hi all, I realized that EZ Buttons could be very useful but now, trying to configure them I discovered that in my system they doesn't work. Click on them to configure the buttons no event seems to be taken, no effects appear Linux debian stable java 1.6 from Sun Could someone give a suggestion

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 becker.la...@gmail.com ha scritto: Da: Larry Becker becker.la...@gmail.com Oggetto: Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal

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

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

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

2009-12-14 Thread Larry Becker
buttons is valid idea, *Lun 14/12/09, Larry Becker becker.la...@gmail.com* ha scritto: Da: Larry Becker becker.la...@gmail.com Oggetto: Re: [JPP-Devel] EZ Buttons A: OpenJump develop and use jump-pilot-devel@lists.sourceforge.net Data: Lunedì 14 dicembre 2009, 15:46 Sorry, it should have

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

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 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 see

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=679909group_id=118054func=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-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

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

[JPP-Devel] EZ Buttons

2009-12-09 Thread Larry Becker
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 choosing existing menu options with right mouse clicks. It can be activated with both the buttons

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

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