Re: [JPP-Devel] New csv driver

2012-03-29 Thread Arnd Kielhorn
Hello Michael,

I could make the german translation of the dialog.

Arnd

> Hi,
> > thank You for that nice driver.
> > Is there already an englsih and german translation for it because when I
> load OJ the csv driver dialog is in french?
> Sorry, forgot it. I'll send the internationalized version by the end of 
> the week (english only).
> 
> Michaël
> >
> > Arnd
> >
> >
> >> Hi,
> >>
> >> I uploaded a beta version of a new csv driver : csv-driver-0.6 beta.jar
> >>
> >> http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/
> >>
> >> This is a complete rewrite of my old txt driver.
> >> It should be more flexible and currently includes
> >> - an auto-mode able to guess the structure of most character delimited
> >> files (including pirol formatted files)
> >> - a set-options mode where the user has to set the file structure to
> >> help the driver to read the file correctly
> >> - a writer with only a few options
> >> I've not yet implemented anything to read csvt files from OGR, but
> tried
> >> to make the driver
> >> flexible enough to make it possible.
> >>
> >> At the same address, you'll find two documents to help you understand
> >> the options :
> >> OpenJUMP_CSV.odt
> >>
> 
> >> OpenJUMP_CSV_auto.odt
> >>
> 
> >>
> >> It is quite difficult to make such a driver robust and it is in its
> >> early stage.
> >> All your tests and remarks are welcome.
> >>
> >> Michaël
> >>
> >>
> >>
> >>
> >>
> 
> 
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Selectable and Editable menu items won't check on Vista and Win7

2012-03-29 Thread Larry Becker
Hi,

  I noticed that the Selectable and Editable menu items won't check on
Vista and Win7 due to an interface change.  If we get rid of the menu
icons, which don't really add much, the functionality is restored.  I have
included a patch to try out the fix.

regards,

Larry

Index:
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
===
---
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(revision 2751)
+++
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(working copy)
@@ -507,10 +507,10 @@
 .getFrame().getLayerNamePopupMenu();

 featureInstaller.addPopupMenuItem(layerNamePopupMenu,
editablePlugIn,
-editablePlugIn.getName(), true, EditablePlugIn.ICON,
editablePlugIn
+editablePlugIn.getName(), true, null, editablePlugIn
 .createEnableCheck(workbenchContext));
 featureInstaller.addPopupMenuItem(layerNamePopupMenu,
selectablePlugIn,
-selectablePlugIn.getName(), true, selectablePlugIn.ICON,
selectablePlugIn
+selectablePlugIn.getName(), true, null, selectablePlugIn
 .createEnableCheck(workbenchContext));
 layerNamePopupMenu.addSeparator(); // ===
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Selectable and Editable menu items won't check on Vista and Win7

2012-03-29 Thread Michaël Michaud

Hi Larry,

Thanks for the tip.
Can you give more details about the configuration that does not work,
I can't reproduce the problem :
Windows Vista SP2 64bits + jre6 32 bits works as it should
Windows Vista SP2 64bits + jre7 32 bits works as it should
Windows Vista SP2 64bits + jre7 64 bits works as it should.

Michaël

Le 29/03/2012 21:55, Larry Becker a écrit :

Hi,

  I noticed that the Selectable and Editable menu items won't check on 
Vista and Win7 due to an interface change.  If we get rid of the menu 
icons, which don't really add much, the functionality is restored.  I 
have included a patch to try out the fix.


regards,

Larry

Index: 
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java

===
--- 
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(revision 2751)
+++ 
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(working copy)

@@ -507,10 +507,10 @@
 .getFrame().getLayerNamePopupMenu();

 featureInstaller.addPopupMenuItem(layerNamePopupMenu, 
editablePlugIn,
-editablePlugIn.getName(), true, EditablePlugIn.ICON, 
editablePlugIn

+editablePlugIn.getName(), true, null, editablePlugIn
 .createEnableCheck(workbenchContext));
 featureInstaller.addPopupMenuItem(layerNamePopupMenu, 
selectablePlugIn,
-selectablePlugIn.getName(), true, 
selectablePlugIn.ICON, selectablePlugIn

+selectablePlugIn.getName(), true, null, selectablePlugIn
 .createEnableCheck(workbenchContext));
 layerNamePopupMenu.addSeparator(); // ===




--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel