Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Hi Michaël, You'll have to forgive my lazy English person when it comes to I18N, I hadn't put all the I18N stuff in all the files. I just used that new tool and have added them in so the nightly build tonight on my server will have the changes that should work in other languages. I agree that the

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
Larry Becker a écrit : > Paul, > Add "-Duser.language=FR" to your launch file and you'll see the error. > Larry Hey, shame on me as I already encountered and resolved the problem the first time I tested Paul's development. I changed the regional parameters to english on my box and it works. E

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Larry Becker
Paul, Add "-Duser.language=FR" to your launch file and you'll see the error. Larry On 9/28/07, Paul Austin <[EMAIL PROTECTED]> wrote: > > Hi Michaël, > > This is very strange I just downloaded it from the same link running on > the same OS and didn't get the error. > > Can you edit the openjum

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Hi Michaël, This is very strange I just downloaded it from the same link running on the same OS and didn't get the error. Can you edit the openjumnp.bat and replace start with echo and email what the java command would be. Cheers, Paul You don Michaël Michaud wrote: > Hey sorry, > > >> 1

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
Hey sorry, > 1. Which Operating system? > > Windows XP > 2. Which java version > > Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing) > 3. Did you add you're plug-ins into lib/ext > > No plugin, just unzipped your installation file and double-click on the .bat Mich

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Michaël, 1. Which Operating system? 2. Which java version 3. Did you add you're plug-ins into lib/ext Cheers, Paul Michaël Michaud wrote: > Hi Paul, > > I'll try it as soon as possible as I'm concerned with a few plugins I > wrote I'll have to adapt to this new framework. > The release

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
Hi Paul, I'll try it as soon as possible as I'm concerned with a few plugins I wrote I'll have to adapt to this new framework. The release at http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip returns this exception on my machine : com.vividsolutions.jts.util.

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Sunburned Surveyor
Thanks Paul. I was already downloading your build. I'll give it a spin this afternoon and will get back to you. The Sunburned Surveyor On 9/28/07, Paul Austin <[EMAIL PROTECTED]> wrote: > Landon, > > It is tied into my new OpenFile changes, so if people are happy with > what i've done I can merge

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Landon, It is tied into my new OpenFile changes, so if people are happy with what i've done I can merge it into the trunk at any time. The latest test release is at http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip Paul Sunburned Surveyor wrote: > Paul, > > A

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Sunburned Surveyor
Paul, Any firm plans on migrating this change to the trunk? Do you need someone to do some testing first? The Sunburned Surveyor On 9/24/07, Martin Davis <[EMAIL PROTECTED]> wrote: > Excellent! This will be great functionality to have in OJ. > > M > > Paul Austin wrote: > > Martin, > > > > This

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Martin Davis
Excellent! This will be great functionality to have in OJ. M Paul Austin wrote: > Martin, > > This will fit nicely into my new OpenFile plug-in, all I'll need to do > is make one small change to be able to call the plug-in with a list of > files rather than a single file (used in the open recent

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Larry Becker
Hi Paul, >This will fit nicely into my new OpenFile plug-in I was thinking the same thing. thanks, Larry On 9/24/07, Paul Austin <[EMAIL PROTECTED]> wrote: > > Martin, > > This will fit nicely into my new OpenFile plug-in, all I'll need to do > is make one small change to be able to call the pl

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Paul Austin
I've checked in the support for drag and drop for files to my branch. Tomorrow I will add support for DND of projects. Paul Martin Davis wrote: > That'd be great. The FileDrop code is almost trivial - the trick will > be figuring out where and how to patch it into JUMP. One thing that > will

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Paul Austin
Martin, This will fit nicely into my new OpenFile plug-in, all I'll need to do is make one small change to be able to call the plug-in with a list of files rather than a single file (used in the open recent). With this approach if there are any required options or more than one file loader then th

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Martin Davis
That'd be great. The FileDrop code is almost trivial - the trick will be figuring out where and how to patch it into JUMP. One thing that will be needed I think is a mapping from file extensions to DataSource types (AFAIK that's not present now). I'd volunteer myself, but right now all my op

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Sunburned Surveyor
Martin, Maybe I can take a peek at the code in the library this week? SS On 9/19/07, Martin Davis <[EMAIL PROTECTED]> wrote: > Hey, coders. > > Check out the FileDrop library for doing file drag-and-drop: > > http://iharder.sourceforge.net/filedrop/ > > The code is unlicensed and can be repack

[JPP-Devel] File drag-and-drop revisited

2007-09-19 Thread Martin Davis
Hey, coders. Check out the FileDrop library for doing file drag-and-drop: http://iharder.sourceforge.net/filedrop/ The code is unlicensed and can be repackaged and used anywhere It's almost trivial to use - with one class FileDrop you can respond to file drop events on any Swing component. It