[JPP-Devel] Project open listener

2010-03-13 Thread Matthias Scholz
Hello, are there any possibility for a listener that will be fired if a project was opened? Matthias -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactivel

Re: [JPP-Devel] Project open listener

2010-03-14 Thread Matthias Scholz
Hello Stefan! > we could do that if you provide a patch? > I've done this for the OJ 1.3.1 sources, but i'm not shure if this is the best way, because i've not enough OJ API experiences. How should i give you my changes? Matthias > stefan > > Matthias Scholz w

Re: [JPP-Devel] Project open listener

2010-03-19 Thread Matthias Scholz
;>> in NB). Please see attached file and tell me your opinion. >>> >>> Matthias >>> >>>> Hei Matthias, >>>> >>>> neither do I - so if you use Eclipse you could create a patch (in the >>>&g

Re: [JPP-Devel] Project open listener

2010-03-22 Thread Matthias Scholz
t your > changes. > > regards, > Larry > > > On Sun, Mar 21, 2010 at 6:00 AM, Matthias Scholz <mailto:m...@jammerhund.de>> wrote: > > Hi Larry, > > sorry for the delay, but i had some trouble to get the SVN sources > running in my NetBean

[JPP-Devel] Selection styling

2010-05-26 Thread Matthias Scholz
Hi, at the moment i try to replace a proprietary GIS with OJ at my employer. So I've some acceptance problems because the people compare OJ with the old solution and miss some things. One problem is the selection of objects. It would be nice if the user can change the styling attributes for the

Re: [JPP-Devel] Selection styling

2010-05-26 Thread Matthias Scholz
core. > > so, maybe not the answer you hoped for > > (and I'm not sure how easy it is to change the styling of > selection? ... > or do you just want to apply a different color instead of yellow? - I > remember people said they could not see the yell

[JPP-Devel] Blackboard question

2010-06-17 Thread Matthias Scholz
Hi, during my works on the selection styling enhancement, i have a problem with the Blackboard. Is it possible, that OJ have more than one Blackboard instance? In the com.vividsolutions.jump.workbench.ui.plugin.OptionsPlugIn i call the constructor of my new SelectionStyllingOptionsPanel with "cont

[JPP-Devel] Selectionstyle Patch

2010-06-18 Thread Matthias Scholz
import java.awt.event.ActionListener; +import java.util.Hashtable; +import javax.swing.JComboBox; +import javax.swing.JLabel; +import javax.swing.JList; +import javax.swing.JPanel; +import javax.swing.JSlider; +import javax.swing.ListCellRenderer; +import javax.swing.border.EmptyBorder; +

Re: [JPP-Devel] Selectionstyle Patch

2010-06-27 Thread Matthias Scholz
ed an >> options panel for selection feedback it could be possible to turn off >> selection feedback completely! This would be a solution for unusually large >> datasets. >> >> I hope you understand that since this modification is to the core classes, >> it

[JPP-Devel] WMS layer problems

2010-06-28 Thread Matthias Scholz
Hi, if I put in the WMS URL and click Next and answer the "The WMS advertises the URL ... Do you want to use it?" with yes, than I must wait for about one minute to see the available layers. The Layer chooser dialog responds very slow (scroll the layers). In both cases the java process runs with n

Re: [JPP-Devel] WMS layer problems

2010-06-28 Thread Matthias Scholz
Hi Uwe! > Hi Matthias, > > you can solve your second problem with > a right mouseclick at the WMS-layer and then > "Zoom to WMS layer" from the kontextmenu. Sorry this solves my problem not :-( Matthias > > Regards > > Uwe > > > Uwe Dalluege > ---

Re: [JPP-Devel] WMS layer problems

2010-06-28 Thread Matthias Scholz
ts may help as well (select vector layer - right click - show layer). > I've testet with projects with mixed (vector & WMS) layers and with only one or two WMS layer. Both was not successfull displayed after saving and reopen. Matthias > -Jukka Rahkonen- > > >

Re: [JPP-Devel] WMS layer problems

2010-06-30 Thread Matthias Scholz
Hi, now I have testet with a new local GeoServer 2.0.2 installation(without any changes) and OJ from SVN. I do not see a WMS layer after save and reload a project. Please can anybody validate this? With other WMS, such as http://wms.jpl.nasa.gov/wms.cgi you can save and load projects without any

Re: [JPP-Devel] WMS layer problems

2010-07-01 Thread Matthias Scholz
Hi, > Rahkonen Jukka wrote: > > Hi, > > >> I checked that WMS layer name is stored OK in the OJ project file >> sf:archsites >> Let's hope that question is only about url-encoding error. I discussed with >> a Geoserver developer and he considered that both ways would be correct, to >> leave it

Re: [JPP-Devel] WMS layer problems

2010-07-01 Thread Matthias Scholz
Hi! > Matthias Scholz wrote: > > Hi, > > >>>> I checked that WMS layer name is stored OK in the OJ project file >>>> sf:archsites >>>> Let's hope that question is only about url-encoding error. I discussed >>>> with a Geoserv

Re: [JPP-Devel] WMS layer problems

2010-07-01 Thread Matthias Scholz
Rahkonen Jukka schrieb: > Andreas Schmitz wrote: > > >> Rahkonen Jukka wrote: >> >> Hi, >> >> >>> I checked that WMS layer name is stored OK in the OJ project file >>> sf:archsites >>> Let's hope that question is only about url-encoding error. >>> >> I discussed with a Geoserver d

Re: [JPP-Devel] WMS layer problems

2010-07-01 Thread Matthias Scholz
Andreas Schmitz schrieb: > Matthias Scholz wrote: > > Hi, > > >>>>> I checked that WMS layer name is stored OK in the OJ project file >>>>> sf:archsites >>>>> Let's hope that question is only about url-encoding error. >>

Re: [JPP-Devel] Select shape by attribute

2010-07-06 Thread Matthias Scholz
Hi Helmut, I've build a plugin for interfacing OJ with an external application called "Archikart" (www.archikart.de), for use at my employer. You can select a geometry in OJ an show the metadata in Archikart and the reverse way, show a geometry in OJ from Archikart. The plugin searches on all

Re: [JPP-Devel] Select shape by attribute

2010-07-06 Thread Matthias Scholz
icate with OpenJUMP. > Can you tell me? > > The Sunburned Surveyor > > On Tue, Jul 6, 2010 at 12:04 PM, Matthias Scholz wrote: > >> Hi Helmut, >> >> I've build a plugin for interfacing OJ with an external application >> called "Archikart" (www.

Re: [JPP-Devel] interacting with another application

2010-07-07 Thread Matthias Scholz
Hi Nils! > Hi Matthias, > > I opened another topic for the discussion inside the topic "Select > shape by attribute" because things are mixing a bit, I think. > > I want to create an interface between OJ and an external application, > too. I will have to use a xml-file for communication (because th

Re: [JPP-Devel] interacting with another application

2010-07-08 Thread Matthias Scholz
ke the attached class. > Nils > > > Sunburned Surveyor schrieb: >> Matthias, >> >> Can you share your code with us? >> >> I'd be interested in seeing how the communication process you >> described was coded. >> >> The Sunb

Re: [JPP-Devel] Selectionstyle Patch

2010-07-11 Thread Matthias Scholz
erent feedback mechanisms. > > Larry > > On Sun, Jun 27, 2010 at 3:00 PM, Matthias Scholz <mailto:m...@jammerhund.de>> wrote: > > Hi Sunburned Surveyor and Larry, > > sorry for my late reply, but i had no time to code last week :-( > > I

[JPP-Devel] MeasureTool change

2010-07-13 Thread Matthias Scholz
Hi, is it possible, that anyone of the commiters can make the following little change in com.vividsolutions.jump.workbench.ui.cursortool.MeasureTool? Add "setCloseRing(true);" to the Constructor, so that the user see the closed polygon. Currently, some users of mine a little confused. Thank You

Re: [JPP-Devel] MeasureTool change

2010-07-14 Thread Matthias Scholz
for you (area calculations?)? Will everything >> else still work? >> >> However, I committed it. >> >> >> Matthias Scholz wrote: >> >>> Hi, >>> >>> is it possible, that anyone of the commiters can make the following >>&g

Re: [JPP-Devel] [openjump-users] gps serial access testing

2010-07-20 Thread Matthias Scholz
Hi Edgar, test on Debian Etch 64 Bit: java -cp gpstest.jar org.dinopolis.gpstool.gpsinput.SerialPortList RXTX Loader on: 'Linux' 'amd64' RXTX is located in: 'file:/data/home/mscholz/tmp/gpstest/gpstest.jar' RXTX base folder is: '/data/home/mscholz/tmp/gpstest' Could not find: /data/home/mscholz/t

Re: [JPP-Devel] [openjump-users] gps serial access testing

2010-07-20 Thread Matthias Scholz
Hi Edgar, the second test on W7 32bit was successfull. Without any device: C:\tmp\gpstest>java -cp gpstest.jar org.dinopolis.gpstool.gpsinput.SerialPortList RXTX Loader on: 'Windows 7' 'x86' RXTX is located in: 'file:/C:/tmp/gpstest/gpstest.jar' RXTX base folder is: 'C:\tmp\gpstest' Could not fi

Re: [JPP-Devel] gps serial access testing

2010-07-20 Thread Matthias Scholz
Hi Edgar, I would like to help with OJ GPS support, if we talk about live GPS support. For *nix systems we should have a gpsd(http://gpsd.berlios.de/) support. If I use a gps device, then I use it mostly with more than one application which consumes GPS data. So the gpsd is a great solution :-) R

Re: [JPP-Devel] [openjump-users] gps serial access testing

2010-07-20 Thread Matthias Scholz
mm_tty_ioctl: TIOCSERGETLSR is not supported I hope it will help further. Matthias > Thanks, > > could you please also try > rxtx-2.1-7-bins-r2/Linux/x86_64-unknown-linux-gnu/librxtxSerial.so > from > http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip > > .. ede >

Re: [JPP-Devel] gps extension release candidate

2010-07-30 Thread Matthias Scholz
Hi Edgar, I've tested gps.ext_0.2rc1.zip under Debian Lenny 32bit, OJ 1.3.1 G-Rays WBT 201 over Bluetooth. Nice work and truely usefull for me :-) - You should check "gps.ext_0.2rc1/lib/ext/rxtx/win32/Verkn?pfung mit win32.lnk", because until unzip I get a warning. No problem for me, but may b

Re: [JPP-Devel] svn && website

2010-08-04 Thread Matthias Scholz
Hi Mohammed! > How to checkout latest svn of openjump for developing openjump. > Can I use eclipse to develop openjump? Please check the "Developer Docs" http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Developer_Documentation_and_HowTo Here you can find some information. Most of th

Re: [JPP-Devel] Selectionstyle Patch

2010-08-10 Thread Matthias Scholz
memory as before. > > It would be nice if you could add a button to the option dialog to > restore the legacy settings so that users who try other settings and > want to go back, can do so easily. > > regards, > > Larry > > On Tue, Aug 10, 2010 at 2:27 PM, Matthia

[JPP-Devel] Zoom/Pan in editmode

2010-08-11 Thread Matthias Scholz
Hi, it would be nice if we have the possibility to zoom/pan the map in editmode, especially until creating new geometries. I've made a little look in the DrawLineStringTool and the PanTool, but at the moment I do not realy understand the code. Can anybody do this or tell me how we can "merge" both

Re: [JPP-Devel] Zoom/Pan in editmode

2010-08-11 Thread Matthias Scholz
uts. > > -Jukka Rahkonen- > > >> -Alkuperäinen viesti----- >> Lähettäjä: Matthias Scholz [mailto:m...@jammerhund.de] >> Lähetetty: 11. elokuuta 2010 16:14 >> Vastaanottaja: OpenJump develop and use >> Aihe: [JPP-Devel] Zoom/Pan in editmode >> &

Re: [JPP-Devel] Selectionstyle Patch

2010-08-28 Thread Matthias Scholz
r > > On Thu, Aug 12, 2010 at 6:19 AM, Larry Becker wrote: > >> Hi Matthias, >> >> The new selection style now looks and works great! I would suggest to >> Stefan and the others that you be granted OJ project commit privileges. >> >> regards, &

[JPP-Devel] Charset choise

2010-08-28 Thread Matthias Scholz
Hi, in the last few weeks i had some problems with different charsets in shape/dbf files. In the openjump.bat or openjump.sh file I have inserted the java system property "file.encoding=...". My problems are the german "Umlaute" in the attributes. I would like to add a JComboBox to the org.ope

Re: [JPP-Devel] Selectionstyle Patch

2010-09-03 Thread Matthias Scholz
Hi, just now I have commited my selection style changes. Thanks to Larry for his help! It would be nice if the language contributors can update the language files. I've only changed the german translation. The following keys must be changed: ui.plugin.OptionsPlugIn.selection-style ui.SelectionS

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Matthias Scholz
; >>> I don't see any problems with your approach. Is the idea to allow the >>> charset of the shapefile to be selected from the new JComboBox? >>> >>> Landon >>> >>> On Sat, Aug 28, 2010 at 3:03 AM, Matthias Scholz wrote: >>>

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Matthias Scholz
at > org.openjump.core.ui.plugin.file.open.OpenProjectWizard.run(OpenProjectWizard.java:99) > at > org.openjump.core.ui.plugin.AbstractWizardPlugin.run(AbstractWizardPlugin.java:71) > at > com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.j

Re: [JPP-Devel] Selectionstyle Patch

2010-09-06 Thread Matthias Scholz
rman words I can use? Or is the English > file already done? > > The Sunburned Surveyor > > On Fri, Sep 3, 2010 at 6:12 AM, Larry Becker wrote: > >> Thanks for your patience Matthias. Selection Style is a nice addition to >> OJ. >> >> regards, >>

Re: [JPP-Devel] Charset choise

2010-09-06 Thread Matthias Scholz
t;> com.vividsolutions.jump.io.datasource.ReaderWriterFileDataSource$1.executeQuery(ReaderWriterFileDataSource.java:79) >>>>>at >>>>> org.openjump.core.ui.plugin.file.open.OpenProjectWizard.executeQuery(OpenProjectWizard.java:282) >>>>>at >>>>> org.openjump.core.ui.

Re: [JPP-Devel] Charset choise

2010-09-14 Thread Matthias Scholz
Hi, after some days of holiday I hope I can clarify some things. 1. I've no problem if we switch in a future release to the GeoTools Shapefile stuff. I made the changes on the actual code without any knowledge about the history/reasons of that classes. We can gladly work /test together on an inte

[JPP-Devel] Translation question

2010-09-15 Thread Matthias Scholz
Hi, one small question about translation in OJ. Which file must I modify? And should I add new keys in all language files? I'm not sure if I'm right. Before I commit my next changes, it would be nice if anyone can give a hint. Regards Matthias

Re: [JPP-Devel] Charset choise

2010-09-21 Thread Matthias Scholz
Hi, I've commited some changes for a new OptionsPanel. Now you can select if you want to show the charset option while open a dataset. For that i had to improve the AbstractFileLayerLoader class with an removeOption method and the Option class with a new equals method. Now it is possible to add

Re: [JPP-Devel] Programmatically add WFS layer.

2010-09-21 Thread Matthias Scholz
Hi Nidhi, the simplest way is imho the "-project" option at commandline. With this option you can load a project with your WFS layer. Hope this helps. regards Matthias > Thanks Andreas for the information. > > Thanks & Regards > Nidhi Arora > > > > > > > -Original Message- > From: A

[JPP-Devel] Wiki

2010-09-22 Thread Matthias Scholz
Hi! I would like to write down some developer docs. But my englisch isn't realy good so I would write this in german and hope any native speaker can translate this. Is this a problem or undesirable? Stefan please can you grant me write acces to the Wiki? Regads Matthias ---

Re: [JPP-Devel] Wiki

2010-09-23 Thread Matthias Scholz
gt; > edgar.sol...@web.de schrieb: > >> You can already write to the wiki with the mentioned credentials on the >> wiki's front page. >> >> I'd suggest you write in english to your best knowledge and ask for review >> and refinement when you'r

Re: [JPP-Devel] a request for OJ 1.4

2010-10-07 Thread Matthias Scholz
Full ACK! Matthias > I think this should be default for all plattforms in between... let's do it. > Ede > > On 07.10.2010 11:58, Giuseppe Aruta wrote: > >> Hi all, >> I just ask if we can increase, as default value, java memory settings in >> Linux/Mac starter (oj_linux.sh) to 512M, like in

Re: [JPP-Devel] Saving a layer with empty geometries into shapefiles

2010-10-07 Thread Matthias Scholz
Hi Jukka, I've never used this plugin, but I know this problems with empty schapefiles. In the first case with no geometries it is impossible to determine the geometry type, which is usualy done from a geometry. The geometry type is mandatory for writing a schapefile. Byte 32 in the header is the

[JPP-Devel] change menuitem name

2010-11-16 Thread Matthias Scholz
Hi, in a OJ plugin I need to change the displayed name of a menuitem. My first approach was the AbstractPlugIn.getName() method. But the getName() was not everytime called, if an item should be displayed. My second idea was the featureInstaller.addMainMenuItem(...) method to get the menuitem. T

[JPP-Devel] Copy statusbar to clipboard

2010-11-22 Thread Matthias Scholz
Hi, I've made a little patch in WorkbenchFrame.jbInit(). I've added a MouseListener to the messageLabel, which is copying the text of the statusbar to the clipboard. This is usefull if you need the result of the measurement tool in an other application. Now if you make a doubleclick in the sta

Re: [JPP-Devel] Copy statusbar to clipboard

2010-11-30 Thread Matthias Scholz
>> Da: edgar.sol...@web.de >>> Oggetto: Re: [JPP-Devel] Copy statusbar to clipboard >>> A: "OpenJump develop and use" >>> Data: Martedì 23 novembre 2010, 10:52 >>> >>> I guess the simplest solution would be an exchange of the the >>

Re: [JPP-Devel] Copy statusbar to clipboard

2010-12-11 Thread Matthias Scholz
py to the >>>>> clipboard >>>>> Peppe >>>>> >>>>> --- *Mar 23/11/10, edgar.sol...@web.de //* ha >>>>> scritto: >>>>> >>>>> >>>>> Da: edgar.sol...@web.de >>>>> Ogge

[JPP-Devel] DropDown Button

2010-12-11 Thread Matthias Scholz
Hi, does anybody know for a "DropDown" button in Swing? I mean a JButton which have a small down arrow on the right site. If you press this arrow, then you see a little menu. As example the debug button in the toolbar of NetBeans or Eclipse. Such a button can be usefull for the MeasureTool. So

Re: [JPP-Devel] Fwd: Please help update status and tweak docs on the OSGeo-Live DVD

2010-12-16 Thread Matthias Scholz
Hi Landon, which help do you need? What things must be done? Matthias > Is there anyone willing to help me get OpenJUMP ready for the next > OSGeo Live DVD? > > The Sunburned Surveyor > > > -- Forwarded message -- > From: Cameron Shorter > Date: Fri, Dec 10, 2010 at 2:47 AM > Sub

Re: [JPP-Devel] DropDown Button

2010-12-16 Thread Matthias Scholz
. >>>> >>>> Greetings from Hannover, >>>> >>>> Benjamin >>>> >>>> 2010/12/11 Benjamin Gudehus >>>> >>>>> Hi Matthias, >>>>> >>>>> I use the JCommandBut

Re: [JPP-Devel] DropDown Button

2010-12-16 Thread Matthias Scholz
Hi Michaël! > Le 16/12/2010 21:56, Matthias Scholz a écrit : > >> Hi Landon, >> >> I don't know, what your point of view is. But I mean, that the 3 jar's >> are a little bit overkill for a DropDownButton/DropDownToogleButton. >> I've a litte b

[JPP-Devel] new AdvancedMeasurePlugin

2011-01-03 Thread Matthias Scholz
Hello, new year, new luck in OJ development :-) In the past days I've developed a new AdvancedMeasurePlugin. At the moment it isn't activated by default, because it's in beta stage. I invite you to test and make annotations and suggestions. You can activate it simply by adding a org.openjum

Re: [JPP-Devel] new AdvancedMeasurePlugin

2011-01-05 Thread Matthias Scholz
Hi Arnd! > Hello Matthias, > > thank You for that nice tool. Easy understandable and easy to use. > But I do not found where to disable the labels if the user wants it. > That is to be done and on my TODO. > I found it not in the dialog to change style > labels > > Kindly regards > Arnd > > >

Re: [JPP-Devel] new AdvancedMeasurePlugin

2011-01-16 Thread Matthias Scholz
Hello! I've commited some changes for the new measurement tool. Now you can style the measurement for your needs. There is a new option tab in the options dialog. I18n is done for german. Here I need your help. I've attached a file with all the new keys. So it should be simple for you to tran

Re: [JPP-Devel] Fwd: OpenJump on the OSGeo Live DVD

2011-01-18 Thread Matthias Scholz
Hi Landon, I can check and correct the installer script (first point). If I'm right, the OSGeo Live DVD is an Ubuntu one? Regards Matthias > It looks like the OSGeo is still putting OpenJUMP on the OSGeo Live > DVD this year. I'm going to try to tackle the tasks Cameron lists in > the e-mail bel

Re: [JPP-Devel] new AdvancedMeasurePlugin

2011-01-18 Thread Matthias Scholz
ys 0.00 for areas < 0.00 m2, which, I > admit, is not much...) Good idea! There must also be a version 2 ;-) What do you mean about the format. Should we have a JTextField to input the format string or an JSpinner to change the decimals only??? And which units are usefull? Matthias > >

Re: [JPP-Devel] new AdvancedMeasurePlugin - found a bug

2011-01-18 Thread Matthias Scholz
e plugin. > I have changed a single character in the measure tool (² --> > \u002B) after I get a weird character on my windows box. > > +1 to replace the old plugin by this one before next release (1.4.1) > > two small possible improvments : > - option to c

Re: [JPP-Devel] [openjump-users] No Tools Menu

2011-01-18 Thread Matthias Scholz
Sunburned Surveyor schrieb: > Thanks for the info Michael. I should've checked the log file in the SVN. > > The OSGeo Live DVD runs on Linux, so it sounds like the 1.4.02 build > would work. Did you create a branch for 1.4.02 or 1.4.03 in the SVN > that I can build with Eclipse? Or, if it isn't too

Re: [JPP-Devel] new AdvancedMeasurePlugin - found a bug

2011-01-19 Thread Matthias Scholz
A: "OpenJump develop and use" > > Data: Martedì 18 gennaio 2011, 00:30 > > Hi Matthias, > > Good job Matthias ! It works fine for me. > Thanks for this nice plugin. > I have changed a single character in the measure

Re: [JPP-Devel] new AdvancedMeasurePlugin

2011-01-19 Thread Matthias Scholz
ntil it > is able to do calculations on the spheroid (which can be a pain) > For projected coordinate units, I'm just aware of metres and feet (I > don't think feet is very much used, but someone - maybe Larry - took the > pain to add it to a previous version of OpenJUMP, so

[JPP-Devel] AdvancedMeasureTool multiple measurement feature

2011-01-22 Thread Matthias Scholz
Hi @all! I've commited an enhancement for the AdvancedMeasureTool. If the user starts a measurement with a single click, all the old measurements will be deleted. But if the user starts the measurement with a double click, then nothing is deleted. So you can make multiple measurements very eas

Re: [JPP-Devel] Fwd: OpenJump on the OSGeo Live DVD

2011-01-26 Thread Matthias Scholz
ew file and I'm trying to get the > quickstart taken care of. I think you need me to put a zip file of OJ > version 1.4.0.3 on the JPP SourceForge web page for the install script > to work properly, correct? > > The Sunburned Surveyor > > On Tue, Jan 18, 2011 at 2:37 AM,

Re: [JPP-Devel] A patch for LayerPropertiesPlugIn.java to show layer extent

2011-02-12 Thread Matthias Scholz
Hi Rashad, thanks for your work, but there are some things to do for you. - I18N in LayerPropertiesPlugIn and the keys in the english default lang files (Extent, xmin, xmax, ymin, ymax...) - The display of the dialog is now a little bit wrong, because not all informations are visible. Please s

Re: [JPP-Devel] About new measure tools

2011-02-16 Thread Matthias Scholz
Hi! I prefer a solution with only one tool. To do that we need IMHO a possibility to set/save/restore the unit for the projects data. Than I can extend the new measure tool with the possibility to view the measure result in some different units, such as meter, feet or degree. I can add a JComb

Re: [JPP-Devel] About new measure tools

2011-02-19 Thread Matthias Scholz
ate transformation expert than I. Matthias > The Sunburned Surveyor > > On Wed, Feb 16, 2011 at 9:49 AM, Matthias Scholz wrote: > >> Hi! >> >> I prefer a solution with only one tool. To do that we need IMHO a >> possibility to set/save/restore the unit for

[JPP-Devel] Attribute representation

2011-02-23 Thread Matthias Scholz
Hi! Through a hint from Bernd (a german OJ user in the city Erfurt) I've seen, that there was some mistakes with the represention of some attribute types. As example a Date attribute was viewed in the form "Wed Feb 23 00:00:00 CET 2011". This was very ugly and makes no sense for a Date. I've ch

Re: [JPP-Devel] About new measure tools

2011-03-06 Thread Matthias Scholz
atthias > Michaël > > Le 19/02/2011 12:17, Matthias Scholz a écrit : > >> Hi! >> >>> I think Matthias is correct. We should rejigger the tools to work with >>> different types of units instead of duplicating tools. >>> >>> I'

Re: [JPP-Devel] Translating the new measure tool

2011-03-07 Thread Matthias Scholz
Hi Jukka! > Hi, > > How could I localize the new measure tool? I can't find the strings from > jump.properties files. > The keys starts with org.openjump.core.ui.plugin.tools.AdvancedMeasure... org.openjump.core.ui.plugin.tools.MeasurementStyle... In the actual SVN version at line 891. And the k

Re: [JPP-Devel] Translating the new measure tool

2011-03-07 Thread Matthias Scholz
Hi! The i18n code is OJ's own code (see com.vividsolutions.jump.I18N). No external library. As I can see Java default ResourceBundle stuff is used. So it is easy to load the property file from the jar or from the filesystem. The files must simply be placed in the classpath. Then it will be loa

Re: [JPP-Devel] Translating the new measure tool

2011-03-08 Thread Matthias Scholz
> Seems most people implied in translation stuff find it interesting to > have properties file in a directory out of the jar files. > > I filled a Feature request for that. > > Michaël > > > Le 07/03/2011 21:30, edgar.sol...@web.de a écrit : > >> On 07.03.20

[JPP-Devel] Font on OJ site

2011-03-13 Thread Matthias Scholz
Hi, can anybody tell me wich font is used on the openjump.org site? I mean in the big banner on top. Thanks Matthias -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your or

Re: [JPP-Devel] Font on OJ site

2011-03-13 Thread Matthias Scholz
Hi Ede, thank you!!! > Just pushed logo and fonts to > http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/logo/ > > regards ede > > On 13.03.2011 18:40, Matthias Scholz wrote: > >> Hi, >> >> can anybody tell me wich font is used on the o

Re: [JPP-Devel] Font on OJ site

2011-03-14 Thread Matthias Scholz
ot;OpenJUMP" and the logo? Are there any registred trademarks? Matthias > On 13.03.2011 19:22, Matthias Scholz wrote: > >> Hi Ede, >> >> thank you!!! >> >>> Just pushed logo and fonts to >>> http://jump-pilot.svn.sourceforge.net/viewvc/

Re: [JPP-Devel] Some thoughts for future work on the user interface

2011-03-14 Thread Matthias Scholz
Nice Work! What do you think about a GUI revision for OJ in 2.0? This can be a longer project of parallel work. Should be no problem with SVN. A more modern and customizable GUI would be a great enhancement for OJ in the future. I know that this is not a small task. Matthias > Hi Michaël! > > The

Re: [JPP-Devel] Saving in-memory layers before saving a project

2011-04-13 Thread Matthias Scholz
Hi Michaël, very good idea! This was one point on my TODO ;-) It would be nice if the user can preselect a format. My users use most times shape files. This could be done in the options dialog. An other possibility was a JCombobox(in the "Save progject as" dialog") with a first entry "not sav

Re: [JPP-Devel] Layer Visibility Check Box No Longer Works

2011-06-10 Thread Matthias Scholz
Hi Landon! > On my Ubuntu and Windows 7 operating systems the "Toggle Visibility" > check box in the layer name panel no longer works. I have to use the > menu entry in the layer pop-menu to turn off a layer. If you mean the checkbox between the layer color an the layer name, then it works for me

[JPP-Devel] StackOverflowError during change skin

2011-06-10 Thread Matthias Scholz
Hi, on my Ubuntu 10.4 box i get a StackOverflowError if i change to an other skin :-( After some time the GUI will be skinned with the "metal" skin for example, but the options dialog is'nt closing nor the skin is saved. Can anybody confirm this? Especially on other Linux distributions, becaus

[JPP-Devel] IndexOutOfBoundsException in MultiClickTool

2011-06-10 Thread Matthias Scholz
Hi, can anybody else reproduce the following: -make a layer editable -activate the create line tool in the edit toolbox for example -click in a menu -and if the menu is open, move the mouse in the project window and try to click with the tool -an IndexOutOfBoundsException occurs But if you close

[JPP-Devel] Translation Question

2011-06-13 Thread Matthias Scholz
Hi, I actually update the german translation. Can anybody tell me, how do i get the following messages on screen? Without a context its bad to translate some messages. Thanks Matthias org.openjump.core.ui.plugin.file.SaveLayersWithoutDataSourcePlugIn.a-layer-without-datasource-must-exist =

[JPP-Devel] Skin stuff

2011-06-13 Thread Matthias Scholz
Hi! In the InstallSkinsPlugIn class i've changed the initialize method from hard coded look and feel's to retrieval of the LaF's. I mean the LaF's in the JComboBox. Please can the other developer check if this is working? Especially on non Linux platforms. On Linux (Ubuntu 11.04) we have the p

[JPP-Devel] MouseEvent question

2011-06-15 Thread Matthias Scholz
Hi, can anyone explain me why I only get an mouseClicked event from mousebutton 1 in com.vividsolutions.jump.workbench.ui.zoom.PanTool? This is the regular pantool. I try to improve it at the moment. If I try to add a MouseListener to the panel or taskFrame in the constructor I get a NullPointe

Re: [JPP-Devel] About new measure tools

2011-06-18 Thread Matthias Scholz
; >> https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap >> >> > A roadmap is a good idea :-) Thank you Michaël! > > Matthias > >> Michaël >> >> Le 19/02/2011 12:17, Matthias Scholz a écrit : >> >>

Re: [JPP-Devel] Skin stuff

2011-06-19 Thread Matthias Scholz
, or is it a separate JAR I > need to drop into the ext folder? > > If it is part of the plug-ins automatically loaded by the nightly > build, how do I activate the combo box? > > Thanks, > > Landon > > On Mon, Jun 13, 2011 at 9:20 AM, Matthias Scholz wrote: >>

Re: [JPP-Devel] About new measure tools

2011-06-19 Thread Matthias Scholz
don > > On Sun, Jun 19, 2011 at 9:53 AM, Matthias Scholz wrote: > >> Hi Landon and Michaël, >> >> I've read your mails and bugreport carefully again. But for me it works. >> Please take a look to the attachments. In oj-snap1.png the measure starts at >

Re: [JPP-Devel] I need an help

2011-07-14 Thread Matthias Scholz
Hi Peppe! I'm right that you develop a angle measure tool? If so, we should work together. An angle measurement is one point of my TODO for the AdvancedMeasureTool. My plan was to integrate a third mode (length, area and angle) for the measure tool. The result should be displayed in same mann

Re: [JPP-Devel] ESRI file geodatabases

2011-08-11 Thread Matthias Scholz
Hi! > +1 vote to support file geodatabase as a geotools dataset (if ede can > provide a geotools dataset adapter). > > I volunteer to add or improve write capability. I have a little time > to contribute in the next couple of weeks. I have ArcMap available to > test compatibility. > > I don't ha

[JPP-Devel] Join linestrings

2011-08-11 Thread Matthias Scholz
Hello, are there any possibility to join two or more selected linestrings to one big linestring? With the right click context menu I get a multilinestring, but I need a single linestring. Has OJ such a tool? The two linestrings have a common start and endpoint(same coordinate). Thanks Matthias

[JPP-Devel] Divide Polygon

2011-08-11 Thread Matthias Scholz
Hello, I'm looking for a possibility to divide a polygon with one or more linestring(s)? The linestring cuts the polygon and the start-/endpoint are outside of the polygon. Thanks Matthias -- Get a FREE DOWNLOAD! and le

Re: [JPP-Devel] Divide Polygon

2011-08-11 Thread Matthias Scholz
- Edit geometry - Split polygon > > Only one polygon and one line can be used. > > -Jukka Rahkonen- > > Matthias Scholz wrote: > >> Hello, >> >> I'm looking for a possibility to divide a polygon with one or more >> linestring(s)? The linestring cuts the po

Re: [JPP-Devel] Divide Polygon

2011-08-11 Thread Matthias Scholz
Am 12.08.2011 07:44, schrieb Stefan Steiniger: > well.. I guess we should write better documentation ;) FULL ACK!!! > > On 11.08.11 23:21, Matthias Scholz wrote: >> Hi Jukka, exactly what I'm looking for! But never seen befor. I should >> check my eyes and glass

[JPP-Devel] BlendLineStringsPlugIn enhancements and bugfixing

2011-08-14 Thread Matthias Scholz
Hi, I've made two enhancements to the BlendLineStringsPlugIn. Now you can choice if you create a new layer with the results and if you remove the source linestrings. Second there was a bug with the attributes. If the result was more then one blended linestring, then all linestrings had the attr

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

Re: [JPP-Devel] BlendLineStringsPlugIn enhancements and bugfixing

2011-08-27 Thread Matthias Scholz
me to the documentation? Matthias > (don't give, you will be asked more ;-) > > Michaël >> stefan >> >> On 14/08/2011 1:09 PM, Matthias Scholz wrote: >>>> Second there was a bug with the attributes. If the result was more then >>>> one bl

[JPP-Devel] FeatureInstaller addMainMenuItem

2011-09-01 Thread Matthias Scholz
Hi, I've made a small improvement to some addMainMenuItem() methods of the FeatureInstaller. In the past some of the methods gave a void and other a JMenuItem back. Now all methods give the JMenuItem back. This is usefull for some plugins, which have the needs to modify the menu items text during

[JPP-Devel] Loading initial project and Add Image Layer

2011-12-11 Thread Matthias Scholz
Hi, back in developement i've made a small fix in com.vividsolutions.jump.workbench.ui.plugin.FirstTaskFramePlugIn. If you start OJ with the command line option "-project ...", the plugin used an old deprecaded OpenProjectPlugIn. The problem was, that the GUI was busy and the user had no feedb

  1   2   3   >