Re: [JPP-Devel] Open Plugin

2007-10-16 Thread Stefan Steiniger
Hei Paul, i tested even on OSX. Drag and Drop look fine there as well. And your new OpenPlugIn dialog is nice too. I checked it with the Postgis and the ArcSDE. I have only two suggestions for later, when doing a final release: a) make the dialog a bit smaller, b) use a default icon if none is

[JPP-Devel] Open plugin with no active project

2007-10-14 Thread Paul Austin
All, The current Open Wizard I just added assumes that there is a project active. I'm going to be extending it so that if there is not an active task frame then it will give the user the choice of selecting an existing task or creating a new task. Paul

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Paul Austin
Larry, That was due to you not having any cached URLs for the WMS layers. I've changed it now so it should not throw an exception. Paul Larry Becker wrote: Paul, All synchonized, but Now I'm getting: java.lang.NullPointerException at javax.swing.DefaultComboBoxModel.(Unknown Source

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Larry Becker
Paul, All synchonized, but Now I'm getting: java.lang.NullPointerException at javax.swing.DefaultComboBoxModel.(Unknown Source) at javax.swing.JComboBox.(Unknown Source) at com.vividsolutions.jump.workbench.ui.plugin.wms.URLWizardPanel.(URLWizardPanel.java:83) at

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Paul Austin
Larry, thanks, just forgot to select all when committing. SVN up and it'll be there - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and config

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Larry Becker
You still need to check in the OpenWizardPlugIn. Larry On 10/14/07, Paul Austin <[EMAIL PROTECTED]> wrote: > > I've checked in the update, look for the new Open.. item in the File > menu, toolbar and the Category context menu. I also added in support for the > AddDataSourceLayer plug-in as well.

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Paul Austin
I've checked in the update, look for the new Open.. item in the File menu, toolbar and the Category context menu. I also added in support for the AddDataSourceLayer plug-in as well. Paul Paul Austin wrote: This is what the first step of the wizard will look like. I have not I18N the st

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Paul Austin
This is what the first step of the wizard will look like. I have not I18N the strings yet. Also note that for those auto installed wizards for DataSourceQueryChoosers there is no Icon. Paul Austin wrote: Stefan, It is not an open data source plug-in, it is an open anything wizard plu

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Paul Austin
Stefan, It is not an open data source plug-in, it is an open anything wizard plug-in, which will at least support. * Any file supported by the OpenFilePlugIn * Any DataSource registered with the DataSourceQueryChooserManager (except File based ones as they are opened with the OpenFi

Re: [JPP-Devel] Open Plugin

2007-10-14 Thread Stefan Steiniger
Hei Paul, this are great news :) Should we name the OpenPlugIn more precisely (i.e. OpenDataSource or so..)? Paul Austin schrieb: > As discussed the other day I'm implementing another new open plugin > which is designed to allow pluggable wizards for loading other things in > addition to files

[JPP-Devel] Open Plugin

2007-10-13 Thread Paul Austin
As discussed the other day I'm implementing another new open plugin which is designed to allow pluggable wizards for loading other things in addition to files. I have a prototype of this working which first shows a list of types of things that can be loaded with an optional Icon. For this I'd l