Re: [JPP-Devel] Select object on actual layer

2017-11-22 Thread Matthias Scholz
er such a shift key shortcut. How old OpenJUMP should I use > for testing? I suppose that you want to select features from many layers from > time to time and setting other layers as non-selectable is not a practical > solution. > > -Jukka Rahkonen- > > -Alkuperäinen vie

[JPP-Devel] Elevation data view in OJ

2017-11-21 Thread Matthias Scholz
Hi, does anybody know a possibility to view digital elevation data in OJ? The fileformat is a simple textformat. One row is one record with the following space separated fields: latitude longitude elevation The fileformat himself is not the problem. I can convert this. The question is, can OJ do

[JPP-Devel] Select object on actual layer

2017-11-21 Thread Matthias Scholz
Hi, how can i select object(s) with the selectiontool that only on the actual selected layer? In older OJ versions i could switch the selectionbehavior with the shift key. Thanks Matthias -- Check out the vibrant tech c

Re: [JPP-Devel] Plugin closing

2017-11-17 Thread Matthias Scholz
Hi ede, you have convinced me ;-) I've added some code for handling multiple ApplicationExitHandler's. The old behaviour was kept. But i have allowed me, to declare the old methods as deprecated. The ConnectionManager class have I adjusted. Matthias On 17.11.2017 12:20, Matth

[JPP-Devel] Plugin closing

2017-11-17 Thread Matthias Scholz
Hi, are there any possibility/listener for a plugin to get informed if OJ is closing? I need this in a plugin to close a connection to an external application. Thanks Matthias -- Check out the vibrant tech community on

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Matthias Scholz
Hi Uwe, yes there is a small trick, if we talk about the same problem. 1) go to Customize -> Options -> Snap/Grid -> Snap to vertices and select the right snapping tolerance for your needs. 2) draw the draw the linestring 3) through the snap funktion you can easy draw the last point on the fir

Re: [JPP-Devel] Nice to have list: Open file in NAS-ALKIS xml format

2014-10-24 Thread Matthias Scholz
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _____ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfe

Re: [JPP-Devel] Matthias and OJ at FOSSGIS 2014

2014-10-23 Thread Matthias Scholz
le device. > http://p.sf.net/sfu/Zoho > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Tec

[JPP-Devel] OpenJUMP Release 1.7 in the press :-)

2014-05-12 Thread Matthias Scholz
http://geoobserver.wordpress.com http://geoobserver.wordpress.com/2014/05/12/oss-openjump-1-7-verfugbar/ -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 3

Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-17 Thread Matthias Scholz
known Source) >>> at java.lang.Class.forName0(Native Method) >>> at java.lang.Class.forName(Unknown Source) >>> at >> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadPlugIns(PlugInM >> anager.java:170) >>>

Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-17 Thread Matthias Scholz
kbench.plugin.PlugInManager.loadPlugIns(PlugInManager.java:170) >> at >> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:107) >> at >> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:425) >> at >&g

[JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-16 Thread Matthias Scholz
Hi Ede, as we have discussed in november 2013 i'm now ready for integrate the SkyPrinterPlugIn-1.0.0.jar into the CORE distribution. But how we do this? What i have to do? I'm not really a maven guy, so it would be nice if you can do that. Later updates can i do. At the moment the code in the

Re: [JPP-Devel] Time for OpenJUMP 1.7?

2014-03-15 Thread Matthias Scholz
load FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech ___

Re: [JPP-Devel] commons-imaging problem

2014-01-12 Thread Matthias Scholz
Thank you Ede! > On 11.01.2014 19:02, Matthias Scholz wrote: >> Hi, >> >> i've a problem to get running OJ in my IDE :-( Maven downloads >> commons-imaging-1.0-20140107.130740-4.jar. But there was an API change >> in october/2013 >> (http://svn.apache

[JPP-Devel] commons-imaging problem

2014-01-11 Thread Matthias Scholz
Hi, i've a problem to get running OJ in my IDE :-( Maven downloads commons-imaging-1.0-20140107.130740-4.jar. But there was an API change in october/2013 (http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java?view=log). Through tha

Re: [JPP-Devel] OpenJUMP at FOSSGIS 2014 conference in Berlin

2014-01-08 Thread Matthias Scholz
Hi Michael! > Hi Matthias, > > Goog to know that you'll talk about OpenJUMP > at FOSSGIS in Berlin. > > Just curious, which kind of proprietary software do you plan > to interface with OpenJUMP ? This allready released. It is the "Archikart® Kommunikationsplugin". This an widely used software in t

[JPP-Devel] OpenJUMP at FOSSGIS 2014 conference in Berlin

2014-01-06 Thread Matthias Scholz
Hi, from 19. to 21. March 2014 the FOSSGIS conference takes place in Berlin (http://www.fossgis.de/konferenz/2014/). First we get an OpenJUMP booth to present our project. And second i will speak about OpenJUMP. Please see http://www.fossgis.de/konferenz/2014/programm/events/667.de.html. I pla

[JPP-Devel] AbstractCursorTool enhancements

2014-01-06 Thread Matthias Scholz
Hi, i've commited an enhancement for the AbstractCursorTool. Now you can XOR paint the visual indicator as an Image too. Previously it was only a Shape possible. A Shape have some disadvantages. You cannot fill and outline at same time or more complex indicators are not possible. First you can

[JPP-Devel] SaveLegendPlugin

2013-11-30 Thread Matthias Scholz
Hi, recently i had to use the SaveLegendPlugin during a conversation with a user. The plugin was not really known to me until now. But there were some small things wrong. Such as the file overwrite behaviour for existing files, remember the last directory, and mainly the output of all selected

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3826] plug-ins/SkyPrinterPlugIn

2013-11-22 Thread Matthias Scholz
> Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _____ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Kloste

Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-22 Thread Matthias Scholz
vel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 E m...@jammerhund.de W www.openjump.de _ __ ___ _ ___ _

Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz
Sorry, my mistake! I only use jdk7 at my systems. I've added "-target 1.6" to the javac in the build.xml. Is this ok or better 1.5? Matthias > On 17.11.2013 19:05, Rahkonen Jukka wrote: >> Plugin works for me only with jre7. It is OK but if we do not support 1.6 >> any longer we should tell it f

Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz
; > Plugin works for me only with jre7. It is OK but if we do not support 1.6 any > longer we should tell it for the users. fixed, see next mail... Thank you for your tests and suggestions!!! Matthias > > > Matthias Scholz wrote: > >&g

Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz
Hi Michaël, at the moment "mm" for pagesize is hardcoded(MediaSize.MM). I'm looking for a possibility to determine mm or inch automatically. It's on my todo ;-) Matthias Hi Matthias, Thanks for the work, In language file, for PDF-page-tooltip, we have : en : Inches de : mm fr : Inches Can yo

[JPP-Devel] SkyPrintPlugin translation

2013-11-17 Thread Matthias Scholz
Hi, after i've finished some work on the SkyPrintPlugin. Now i need some help for translation. Please use the attached files. German translation is done. French need some supplementary. For testing, please copy the attached JAR into the lib/ext folder. But be aware, the plugin runs only with a

Re: [JPP-Devel] SkyJUMP print in CORE WAS:Re: SkyJUMP print code - need tester for detecting printers problem

2013-11-17 Thread Matthias Scholz
h two print plugins in PLUS. this is intended right? > ..ede > > > On 16.11.2013 19:20, Matthias Scholz wrote: >> Hi! >> >> I've commited some stuff in the /plug-ins/SkyPrinterPlugIn repo. Now we >> have an ant build script. Wow! I cannot say, that ant

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-16 Thread Matthias Scholz
ported anyway. >> >> Larry >> >> >> On Mon, Nov 11, 2013 at 2:05 PM, > <mailto:edgar.sol...@web.de>> wrote: >> >> On 11.11.2013 18:40, Matthias Scholz wrote: >> > >> > Hi, >> >&g

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Matthias Scholz
ists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _____ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T+49 34772 34150 e...@j

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Matthias Scholz
register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.n

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
s://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _____ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 e...@jammerhund.de Wwww.openjump.de _ __ ___ _ ___ __ _

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
?id=60136231&iu=/4140/ostg.clktrk ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
urceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 E m...@

Re: [JPP-Devel] Maven Build Problem

2013-11-10 Thread Matthias Scholz
DE is to comment out the "provided". This is not really optimal. Are there any reasons for providedat the imageio-ext libs? Do we have other possibilities? Thanks Matthias > add lib/imageio-ext/*.jar to your classpath.. ede > > On 18.10.2013 19:48, Matthias Scholz wrot

Re: [JPP-Devel] Maven Build Problem

2013-10-18 Thread Matthias Scholz
Am 18.10.2013 12:16, schrieb edgar.sol...@web.de: > On 18.10.2013 11:04, Matthias Scholz wrote: >> Failed to execute goal on project OpenJUMP: Could not resolve >> dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not >> find artifact >> org.apache.commo

[JPP-Devel] Maven Build Problem

2013-10-18 Thread Matthias Scholz
Hi, at the moment i cannot build OJ SVN trunk successfull. Failed to execute goal on project OpenJUMP: Could not resolve dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not find artifact org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in refractions (http://l

Re: [JPP-Devel] setting coordinate system for OSM data

2013-08-16 Thread Matthias Scholz
ump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Technologieconsul

[JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-07-11 Thread Matthias Scholz
Hi, during my works at the SkyJUMP print code, i encountered a problem. On my Ubuntu 12.04 box i get the message "Printer not found". The problem only occurs, if i set a JobName attribute to the PrintServiceLookup. This is the default in the actual code. Without a JobName attribute i get all

Re: [JPP-Devel] Plans with SkyJUMP printing

2013-07-10 Thread Matthias Scholz
indows-dev2dev >>> ___ >>> Jump-pilot-devel mailing list >>> Jump-pilot-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>> > > -----

Re: [JPP-Devel] Plans with SkyJUMP printing

2013-07-08 Thread Matthias Scholz
is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel &

[JPP-Devel] Plans with SkyJUMP printing

2013-07-05 Thread Matthias Scholz
Hi Michaël, what's your plans or next steps with the SkyJUMP printing plugin code? I ask because i want to improve the code with some stuff. This are: - selection of Papersize (combobox with A4, A3, Letter or custom...) - selection of page orientation - print with selected scale factor What do y

Re: [JPP-Devel] not getting attribute value.

2013-06-18 Thread Matthias Scholz
Am 18.06.2013 11:45, schrieb Tintu mary George: > hi, > I am trying to customizing the Feature info tool. when i select the anywere > in the map i need corresponding attribute value.for that we need > featuer.getattribute(). > but in featureInfoTool.java i am not getting feature.It contains only

Re: [JPP-Devel] Enhancement of the measurement tool

2013-06-09 Thread Matthias Scholz
1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > ___ > Jump-pilot-devel mailing list > Jump-pilot-dev

[JPP-Devel] Enhancement of the measurement tool

2013-06-06 Thread Matthias Scholz
Hi, i've commited a small enhancment for the measurement tool. Now it's possible to show the distance between the vertices relative too. This was a featurerequest from an OJ user. It would be nice, if the translators can translate the new key: org.openjump.core.ui.plugin.tools.AdvancedMeasureOp

Re: [JPP-Devel] Data lost on system shutdown or killed java vm

2013-06-01 Thread Matthias Scholz
production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/l

[JPP-Devel] Data lost on system shutdown or killed java vm

2013-05-31 Thread Matthias Scholz
Hi, I try to fix this problem: http://sourceforge.net/tracker/?func=detail&aid=3613871&group_id=118054&atid=679906 I've seen, that OJ closes without any warning if you kill the Java VM with the taskmanager or on a Linux shell with the kill command too. This seems to be the same as during OS shu

Re: [JPP-Devel] new OJ release, 1.7. or 1.6.3

2013-05-22 Thread Matthias Scholz
Am 22.05.2013 10:25, schrieb edgar.sol...@web.de: > On 22.05.2013 10:17, Matthias Scholz wrote: >> Am 20.05.2013 21:01, schrieb edgar.sol...@web.de: >>> i want to push out the latest fixes. especially the oj_windows.bat fix. >>> >>> any way, as we also added

Re: [JPP-Devel] new OJ release, 1.7. or 1.6.3

2013-05-22 Thread Matthias Scholz
ttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _____ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 347

[JPP-Devel] Can start OJ only as Administrator under WinXP

2013-05-16 Thread Matthias Scholz
Hi, actually i update some OJ installations at my work. I've a problem with 1.6.2 CORE under WinXP: C:\Dokumente und Einstellungen\foo>C:\Programme\OpenJUMP-1.6.2-r3528-CORE\bin\oj _windows.bat Using 'javaw' found in 'C:\WINDOWS\system32\' java version "1.7.0_21"; Java(TM) SE Runtime Environmen

[JPP-Devel] SF project site

2013-03-24 Thread Matthias Scholz
Hi, please can anyone of the project admins update the SF site? In the "User Interface" section is IMHO "Java SWT" wrong. Or use we SWT code? I mean no. http://sourceforge.net/projects/jump-pilot/ Matthias -- www.openjump.de -

Re: [JPP-Devel] How to run OpenJUMP project 1.5.2 in NetBeans IDE 7.2.1

2013-03-23 Thread Matthias Scholz
ex.php?title=Developer_Documentation_and_HowTo Matthias > cheers, > stefan > > Am 24.01.13 06:34, schrieb Matthias Scholz: > >> Hi Pardhu, >> >> I'm using NetBeans for a long time. Here are some small instructions: >> >> - go to Team -> Subversion -> Chec

[JPP-Devel] AboutDialog user dir Linux problem

2013-03-17 Thread Matthias Scholz
Hi, there was a problem with the latest enhancements in the AboutDialog. For the display of the user dir HTML code in the JLabel is used. But there is a well known bug in Java(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6688690). If the text starts with a slash "/", then nothing is displ

Re: [JPP-Devel] Add3DGeometryAttributesPlugIn - slope

2013-03-17 Thread Matthias Scholz
Hi Michaël, not a simple task to made the right translation ;-) Do have a real world example/usecase for that plugin and the computed values? What does the other german developers mean? upslope - Steigung downslope - Gefälle slope - ??? Stefan, Ede, any suggestions? Matthias > Hi Matthias, > >

[JPP-Devel] Add3DGeometryAttributesPlugIn - slope

2013-03-16 Thread Matthias Scholz
Hi, at the moment i fix some german translations. Can anybody explain me the difference between upslope, downslope and slope in the Add3DGeometryAttributesPlugIn? In my understanding is a slope and downslope the same, because both goes in down direction? Correct me, if i'm wrong. Matthias -

Re: [JPP-Devel] Change the color of the selected feature

2013-03-11 Thread Matthias Scholz
;>>>> Chef de cellule Media - Olympiades EHTP 2012. >>>>> Ecole Hassania des Travaux Publics. >>>>> Mobile : +212 672 48 23 15. >>>>> Email : asma.ouqa...@gmail.com <mailto:asma.ouqa...@gmail.com> >

Re: [JPP-Devel] Change the color of the selected feature

2013-03-11 Thread Matthias Scholz
Hi Michaël > Hi > > Nice to read you Matthias, > > You're perfectly right about selection styling option. > Your work isn't it ? Yes this was my first OJ contribution... > I pointed to Asma the SelectionStyllingOptionsPanel > as it is where these options are defined, > but I missed to point how to

Re: [JPP-Devel] Change the color of the selected feature

2013-03-10 Thread Matthias Scholz
partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > > > ___

Re: [JPP-Devel] How to run OpenJUMP project 1.5.2 in NetBeans IDE 7.2.1

2013-01-24 Thread Matthias Scholz
Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ __ ___ _ ___ __ _ Technol

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3055] core/trunk

2012-10-31 Thread Matthias Scholz
Hi Michaël, actually i cannot compile OJ :-( You have deleted the Validator.validateLineStringsSimple() method. But jumptest.junit.validateLineStringsSimple() extends/overrides this class/method. Please can you check this or do i have a wrong copy? Matthias > Revision: 3055 > http://ju

Re: [JPP-Devel] (Dynamic) Attribute Calculator

2012-10-14 Thread Matthias Scholz
gt;>>>> http://p.sf.net/sfu/newrelic-dev2dev >>>>> >>>>> >>>>> >>>>> ___ >>>>> Jump-pilot-devel mailing list >>>>> Jump-pilot-devel@lists.sourceforge.net

Re: [JPP-Devel] (Dynamic) Attribute Calculator

2012-10-14 Thread Matthias Scholz
info/jump-pilot-devel >>> >> ------ >> Don't let slow site performance ruin your business. Deploy New Relic APM >> Deplo

Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-28 Thread Matthias Scholz
oes not >>> return the menuitem at the moment :-( >>> >>> Matthias >>> >>>> the new addMenu methods of featureinstaller return the menuitem created. >>>> you can easily save the reference and ask it on execute which state it is >>

Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-20 Thread Matthias Scholz
y save the reference and ask it on execute which state it is in. > > regards ede > > On 18.08.2012 18:58, Matthias Scholz wrote: > >> Hi, >> >> i use the >> >> FeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, >>

[JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-18 Thread Matthias Scholz
inside the Plugin.execute() method? thanks Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 E m...@jammerhund.de W www.openjump.de

[JPP-Devel] I18N for an own plugin

2012-08-18 Thread Matthias Scholz
Hi, can anybody tell me how do i use the OJ I18N class to translate an own plugin? I mean, how do i say I18N that it should use my language property files? thanks Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str

[JPP-Devel] Detachable windows

2012-07-12 Thread Matthias Scholz
s Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 E m...@jammerhund.de W www.o

[JPP-Devel] Measure Tools Roadmap

2012-06-08 Thread Matthias Scholz
suggestions that are important for all developers and users. Not only in the measure context. I hope for a lively discussion. Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49

Re: [JPP-Devel] OJ 1.5.2 release planning

2012-04-26 Thread Matthias Scholz
scape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Jump-pilot-devel mailin

[JPP-Devel] OJ 1.5.2 release planning

2012-04-25 Thread Matthias Scholz
-- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150 E m...@jammerhund.de W www.openjump.de

Re: [JPP-Devel] webstart classloader

2012-04-25 Thread Matthias Scholz
edgar.sol...@web.de wrote: > On 22.04.2012 21:07, Matthias Scholz wrote: > >> The problem with Webstart is, that the >> classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt >> from classpath :-( >> > > creating (self)signed jars f

Re: [JPP-Devel] Aboutdialog

2012-04-25 Thread Matthias Scholz
Hi ede > On 23.04.2012 21:16, Matthias Scholz wrote: > >> Hi ede, >> >>> On 22.04.2012 21:07, Matthias Scholz wrote: >>> >>> >>>> Hi, >>>> >>>> I've commited a small fix in the AboutDialog. If t

[JPP-Devel] New OpenJUMP Webstart Version

2012-04-23 Thread Matthias Scholz
Hi, now is a new OpenJUMP Webstart version on www.openjump.de available. This version includes the Tools menu :-) Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a 06308 Klostermansfeld T +49 34772 34150

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
> Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- _ __ ___ _ ___ __

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi ede, > On 22.04.2012 21:07, Matthias Scholz wrote: > >> Hi, >> >> I've commited a small fix in the AboutDialog. If the "readme.txt" file >> was not found, the Stacktrace was shown. This is bad if you run OJ as >> Webstart. Now nothi

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
information. >>> >> same as above. that's why i put the readme there. one place to maintain all >> the infos. >> > See above. > >>> 4. White text background and grey panel background is a little bit ugly. >>>

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[2832] core/trunk

2012-04-23 Thread Matthias Scholz
/Boundary-d2dvs2 > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- _ _

[JPP-Devel] Aboutdialog

2012-04-22 Thread Matthias Scholz
ld contain a small description, contributors and licence information. 4. White text background and grey panel background is a little bit ugly. If you agree me , then I realize that for the 1.6. just my 2cent Matthias -- _ __ ___ _ ___ __ _ Technologieconsulting M

[JPP-Devel] OpenJUMP at FOSSGIS Germany review

2012-04-08 Thread Matthias Scholz
Hi, here comes my small report from the german FOSSGIS conference in Dessau. 1. Some people had the feeling that OJ was dead. These doubts I could eliminate :-) We make not the big, spectacular steps in development, but OJ is alive. One consequence can be, that we make more and better marketin

Re: [JPP-Devel] OpenJUMP.de

2012-04-05 Thread Matthias Scholz
hen it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > --

Re: [JPP-Devel] OpenJUMP.de

2012-04-05 Thread Matthias Scholz
_ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- _ __ ___ _ ___ __ _ Technologieconsulting Matthias Scholz Siebigeröder Str 17a

Re: [JPP-Devel] persistent skin, persistent blackboard problem

2012-04-04 Thread Matthias Scholz
__ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- _ __ ___ __

Re: [JPP-Devel] New csv driver

2012-04-03 Thread Matthias Scholz
>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>> >>>>> -- >>>>> >>>>>>> This SF email is s

Re: [JPP-Devel] New csv driver

2012-04-01 Thread Matthias Scholz
- >>> >>> >>> This SF email is sponsosred by: >>> Try Windows Azure free for 90 days Click Here >>> http://p.sf.net/sfu/sfd2d-msazure >>> ___ >>> Jump

Re: [JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-22 Thread Matthias Scholz
Hi Stefan! > Hi Matthias, > > if I would be in Germany I probably would go.. but unfortunately... > In case you think I could be of help.. let me know. > > Should we translate the OpenJUMP flyer into german? > Yes, in the next few days I talk about some material with a friendly media agency. Act

Re: [JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-22 Thread Matthias Scholz
Michaël Michaud schrieb: > Hi Matthias, > >> The FOSSGIS conference is primarily for a german audience. OpenSource >> projects get the possibility to present the project with a small booth. >> This is free of charge. I have spoken to the organizers and we can have >> a booth for OJ. So I will do

[JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-21 Thread Matthias Scholz
Hi, the german "FOSSGIS e.V." organizes from 20. March 2012 to 22. March 2012 the FOSSGIS (Free and OpenSource Software GIS) the conference. See at http://www.fossgis.de/konferenz/2012/ (Sorry, the website is only in german.) The FOSSGIS conference is primarily for a german audience. OpenSource

Re: [JPP-Devel] super zoom pan tool in 1.5.1?

2012-01-23 Thread Matthias Scholz
release,javadoc,installer -D version.number=X.X.X >> >> should result in ( oj_release is OpenJUMP--r-(CORE|PLUS) ) >> target/apidocs/oj_release >> target/oj_release_(CORE,PLUS).zip >> target/izpack/Install_oj_release_(CORE,PLUS).(jar,exe) >> >> ..ede >>

[JPP-Devel] pom.xml buggy?

2012-01-22 Thread Matthias Scholz
Hi Ede, I get the following error during start of the project: The project org.openjump:OpenJUMP:snapshot (netbeans/openjump_svn/pom.xml) has 1 error 'profiles.profile.id' must be unique but found duplicate profile with id default @ line 30, column 12 Matthias ---

[JPP-Devel] New zoom pan tool

2012-01-22 Thread Matthias Scholz
Hi, today I've commited and activated a new zoom pan tool. Please test and comment it. If the tool makes Problems you can simply comment out line 1320 in the JUMPConfiguration class. Here are the features: - left click zooms in - right click zooms out - left/middle/right drag is pan - with wheel

Re: [JPP-Devel] New Measure Extension for OpenJUMP

2012-01-20 Thread Matthias Scholz
Hi Peppe, really nice work! Some of the features i had on the TODO for the AdvancedMeasureTool. Such as angle measurement. I've tested your plugin an here are my first impressions and hints: - with the german translation i can help you in the next few days - with the "Arc" toll i get an Illegal

Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-19 Thread Matthias Scholz
t; in my past tests, had never had problems with Xfce > > Peppe > > -------- > *Da:* Matthias Scholz > *A:* OpenJump develop and use > *Inviato:* Sabato 7 Gennaio 2012 10:50 > *Oggetto:* Re: [JPP-Devel]

Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-07 Thread Matthias Scholz
ask Ede and Matthias to check wich version of JRE they use with OpenJUMP >> >> Peppe >> >> *Da:* Stefan Steiniger >> *A:* OpenJump develop and use >> *Inviato:* Domenica 1 Gennaio 2012 22:30 >> *Oggetto:* Re: [JPP-Devel] OJ Linux GUI bug? >> >>

Re: [JPP-Devel] View/Edit Attributes and Feature Info Tool

2012-01-07 Thread Matthias Scholz
ave a look and check if it's OK with your change ? > > Michaël > > Le 26/12/2011 19:12, Matthias Scholz a écrit : >> Hi, >> >> I've commited some changes in the AttributePanel and >> AttributeTablePanel. Both classes are used by View/Edit Attributes

[JPP-Devel] Zoom/Pan tool

2012-01-01 Thread Matthias Scholz
Hi, I've commited a new zoom/pan tool (SuperZoomPanTool). At the moment some things are still missing(i18n, icons, cursors). The tool is not activated yet. But you can do this for testing ;-) If I'm ready, then I will explain some background information. Matthias -

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
ys problem with some special shortcuts on different platforms. But this problem have other software too. At the moment I've no good idea to solve that. Matthias regards and thanks for the answers Peppe -------- *Da:* Matth

Re: [JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2012-01-01 Thread Matthias Scholz
Hi, here are my notes to the changes. From usability site it's bad that one function is available more than once. The problem is that the GUI will be more and more bloated. We should exactly consider where the best place for the every tool is. Most users are confused, if one function is reach

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
rTool class? Let me know and I will take a quick > peek at the changes. > > Thanks. > > Landon > > On Mon, Dec 26, 2011 at 10:18 AM, Matthias Scholz wrote: >> Hi, >> >> in the LeftClickFilter code I've implemented the >> isRightMouseButtonUsed(

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
ck > peek at the changes. > > Thanks. > > Landon > > On Mon, Dec 26, 2011 at 10:18 AM, Matthias Scholz wrote: >> Hi, >> >> in the LeftClickFilter code I've implemented the >> isRightMouseButtonUsed() method with real code. In the past they always >

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2011-12-31 Thread Matthias Scholz
it be possible to change visibility > immediately after doing mouseClicked? Would it harm the normal desktop use? > > I may use wrong names because I am not a programmer but those names > correspond well what happens when using the layer visibility check box. > > -Jukka Rahkonen-

[JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2011-12-26 Thread Matthias Scholz
Hi, in the LeftClickFilter code I've implemented the isRightMouseButtonUsed() method with real code. In the past they always returns with false. This is bad for tools which uses the right mouse button too. Here was a problem that always came the right mouse button context menu. Now this is fix

[JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2011-12-26 Thread Matthias Scholz
Hi Giuseppe, your past changes on the AttributeTab have a problem. If you select fetures on more than one layers with the Feature Info Tool an press the Layer Attributes Statistics Button, you get an NullPointerException in the StatisticOverViewPlugIn.execute() method because layer is null :-(

  1   2   3   >