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
Hi, I've commited some little changes for selecting an other charset while opening an ESRI shapefile. Thank you Michael and Stefan for your hints to the wizard framework. Thereby the code changes was very small and consitent :-) On the other hand Michael is right with his opinion about the wizard

Re: [JPP-Devel] Selectionstyle Patch

2010-09-03 Thread Larry Becker
Thanks for your patience Matthias. Selection Style is a nice addition to OJ. regards, Larry On Fri, Sep 3, 2010 at 2:18 AM, Matthias Scholz wrote: > 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

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Larry Becker
Nice feature, but it is going to take a little more work. It currently breaks shapefile loading from a project file and the lright-click on layer legacy method "Load Dataset". I think you need to set a default charset on start up. regards, Larry java.lang.IllegalArgumentException: Null charset

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Matthias Scholz
Hi, sorry my mistake. I have it only tested with open and open recent ;-) In the SVN it is fixed for the first time, but there is a general question and I want to hear the other developers/users. If I open a shapefile with a special charset setting for the first time, it would be logic for me,

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Michaël Michaud
Hi Matthias, Thanks a lot for contribution. There is much activity on the list, and I hardly follow all discussions and developpments. 1) I should have missed something but I cannot get the option you added (I just updated from svn and compiled a few minutes ago) Can you give me some informat

Re: [JPP-Devel] Selectionstyle Patch

2010-09-03 Thread Sunburned Surveyor
I'll see if I can take a look at the English I18N file. Did you have English translations of the German 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

Re: [JPP-Devel] wishlist

2010-09-03 Thread Michaël Michaud
Hi, I just had a look at your patch which seems good to me. I have some questions about it : 1 - Do you plan to improve database connection plugins to prevent modifications on some kinds of database attributes ? 2 - Do you just want to prevent attribute writing throught the LayerTable ? Beca

Re: [JPP-Devel] Charset choise

2010-09-03 Thread Michaël Michaud
Hi Matthias, > Can you give me some information about how it is supposed to work. Am I > supposed to get a panel with a charset option for any shapefile loading ? Sorry for that question, I did not launch the new compiled version. I know get the charset choice dialog. Thanks, Michaël > 2) if

Re: [JPP-Devel] Selectionstyle Patch

2010-09-03 Thread Michaël Michaud
Hi Matthias, Just tested the new selection options. It works great. Thank you. I'll try to have a look at language files this week-end. Michaël Le 03/09/2010 23:02, Sunburned Surveyor a écrit : > I'll see if I can take a look at the English I18N file. Did you have > English translations of

Re: [JPP-Devel] wishlist

2010-09-03 Thread Kevin Neufeld
Hi Michael, good thoughts. Yes, I'm in process of implementing some datastore plugins that will permit the dynamic reading and writing to a database. I wrote a quick hacky plugin many years ago that does this for PostGIS. I want to release this to the community because it seems quite useful,