Re: [JPP-Devel] New Open File plug-ins

2007-09-25 Thread Paul Austin
Larry, I've added back in the LoadDataSet to the context menu, at some point we should look at removing it if we can remove all the dependencies such as ArcSDE to it. For the memory leak it was related to the fact that I added a layer directly to a category rather than using the layer manager. So

Re: [JPP-Devel] New Open File plug-ins

2007-09-25 Thread Paul Austin
Larry, Thanks I'll look into those issues today. Paul Larry Becker wrote: > Hi Paul, > > Drag and drop works on my XP system. > > The new File Open system works too. There does seem to be a memory > leak. Closing a project doesn't seem to free the memory. > > Also, the old Load Dataset f

Re: [JPP-Devel] New Open File plug-ins

2007-09-25 Thread Larry Becker
Hi Paul, Drag and drop works on my XP system. The new File Open system works too. There does seem to be a memory leak. Closing a project doesn't seem to free the memory. Also, the old Load Dataset feature needs to be preserved at least on the Layer right-click menu. It has some functiona

Re: [JPP-Devel] New Open File plug-ins

2007-09-25 Thread Paul Austin
All, If you want to try out the new file menu I have a download bundle prepared at http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070925-bin.zip This version supports the drag and drop of files, I took the code from the external library, extracted the bits I needed and ad

Re: [JPP-Devel] New Open File plug-ins

2007-09-24 Thread Larry Becker
The core/trunk seems to be broken in WorkbenchFrame at: public TaskFrame addTaskFrame(Task task) { TaskFrame taskFrame = new TaskFrame(task, workbenchContext); if (taskFrameFactory != null) { taskFrame = taskFrameFactory.createComponent(); taskFrame.setTask

Re: [JPP-Devel] New Open File plug-ins

2007-09-24 Thread Sunburned Surveyor
I'll see if I can build it and give it a test tomorrow after work, since I'll be reviewing some more of Peppe's docs tonight. :] SS So you have a link to a nightly build by change? On 9/24/07, Paul Austin <[EMAIL PROTECTED]> wrote: > I haven't finished the I18N yet > > Paul > > Paul Austin wrote

Re: [JPP-Devel] New Open File plug-ins

2007-09-24 Thread Paul Austin
I haven't finished the I18N yet Paul Paul Austin wrote: > All, > > I have checked in my new Open File, Project, Recent plug-ins and the the > FileLayerLoader framework into SVN under my branch core/branches/paustin > > You can checkout this project or ig using eclipse you can use > Team>Switch to

[JPP-Devel] New Open File plug-ins

2007-09-24 Thread Paul Austin
All, I have checked in my new Open File, Project, Recent plug-ins and the the FileLayerLoader framework into SVN under my branch core/branches/paustin You can checkout this project or ig using eclipse you can use Team>Switch to switch to that branch to test it out. If you want to create a new Fi