Re: [JPP-Devel] Postgis connection

2007-10-16 Thread Eric Lemesre
Hi Uwe,

I just add a where clause to PostGISPlugin in the repository if you want to
teste it and made some remark?
Thanks.

i have to plan to add fonctionnality :
Update some fields in table with a given key.

Just a question : all properties in DataSourceQuery instance is DataSource
responsability ?
and when I build a PostGISDataSourceQuery with fully qualified
PostGISDatasource.
I can't get a PostGisconnection is it a normal beavior?

ie :
PostGISDataSource pgDS = new PostGISDataSource();
properties = new HashMap();
 ... set properties key
pgDS.setProperties(properties);

pgQuery = new PostGISDataSourceQuery(pgDS,query,layerName);

// don't work
pgQuery.getDataSource().getConnection().executeQuery(query);


What do you think about this modification in PostGISDataSourceQuery?

  /**
   * Returns the DataSource for the query.
   */
  public DataSource getDataSource()
  {
// FIXME:[eric.lemesre] maintain Porperties is DataSource
responsability?
//ds.setProperties(properties);
DataSource ds = super.getDataSource();
return(ds);
  }

  /**
   * Property map for the query object. For defined keys see: [EMAIL PROTECTED]
PostGISDataSource}
   */
  public void setProperties(HashMap properties) {
// FIXME:[eric.lemesre] maintain Porperties is DataSource
responsability?
//this.properties = (HashMap)properties.clone();
getDataSource().setProperties((HashMap)properties.clone());
  }
}

It work but is it best practice?

See U
Eric

2007/10/15, Uwe Dalluege [EMAIL PROTECTED]:

 Hi Eric,

 the version number 6.11.6B means that I have changed thist
 PlugIn at 2006.11.6. B means beta. This notation is from me.
 I think 1.2.0 is from Stefan.

 Regards

 Uwe

 Eric Lemesre schrieb:
  Hi Stefan,
 
  Ok but I think the better way is commit initial code
  (the 6.11.6B) and after commit modification.
 
  the code for OpenFile framework is in package :
  com.vividsolutions.jump.workbench.datasource ?
 
  @Uwe : please can you give me more explanation about version number ?
 
  internal version is 6.11.6B and jar version is 1.2.0 ??
 
  Thanks
  Eric
 
  2007/10/12, Stefan Steiniger [EMAIL PROTECTED] mailto:
 [EMAIL PROTECTED]:
 
  Hei Eric,
 
  I have created a new PostGisPlugin Folder on the SVN.
  Can you commit your modified Postgisplugin code to that folder
  (trunk/src)? If this is done we can then modify the postgisplugin
  sources to work with the new OpenFile framework
 
  stefan
 
  Eric Lemesre schrieb:
Hi Stefan,
   
Thank for your intervention with Uwe,
I rebuild directory structure and commit in a new directory this
  plug in.
   
probebly befor this WE.
   
Eric
   
2007/10/8, Stefan Steiniger  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto: [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]:
   
Hei Eric,
   
Uwe agrees to put the postgis plugin on the svn.
for the rest - because I never used maven - can you simple
  outline the
directory structure on the SVN. So I have a better image what
  you want
to do.
   
stefan
   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
Hi Paul,

  Just a reminder that you haven't used the new folder icons yet.

regards,

Larry

-- 
http://amusingprogrammer.blogspot.com/
attachment: folder.gifattachment: folder_add.gif-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Paul Austin
Larry,

Thanks, I'll add them in when I've finished making a few changes to make
sure it all works when there is no active project.

Paul

Larry Becker wrote:
 Hi Paul,

   Just a reminder that you haven't used the new folder icons yet.

 regards,

 Larry

   

 


 

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 

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


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Request For Assistance: Troubleshooting Super Select Extension

2007-10-16 Thread Paul Austin
Landon,

I'll see if I can get it to work later today.

One thing to note. The lib directory should only contain core libraries.
All other libraries should go in lib/ext including ones that don't
contain any plug-ins.

Paul

Sunburned Surveyor wrote:
 I'd like to see if someone besides Larry can try installing my Super
 Select Plug-In. Larry has got everything put in the right spot, but my
 plug-in isn't loading.

 However, it is working for me on the latest nightly build. Larry and I
 are puzzled as to what the problem might be. If someone else could try
 loading the plug-in and has the same problem I will find the nearest
 brick wall to beat my head on. :]

 At any rate, all you need to do is rename the file extension of
 attached zip file and extract it in OpenJUMP's /lib/ext folder.

 Then drop the attached JAR file into OpenJUMP's /lib folder.

 That should be all there is to it.

 Thanks for any confirmation of success or failure in loading the
 plug-in. I really appreciate everyone's patient assistance.

 The Sunburned Surveyor
   

 

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 

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


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Request For Assistance: Troubleshooting Super Select Extension

2007-10-16 Thread Sunburned Surveyor
O.K. Paul.

I don't see any reason why my sos-utility.jar can't go in
/lib/ext/surveyos. I don't even think I will need to change the code,
since our launch scripts are automatically setting up the classpath
now.

I'll make that change on my next release at SourceForge.

Thanks for offering to help.

Landon

On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
 Landon,

 I'll see if I can get it to work later today.

 One thing to note. The lib directory should only contain core libraries.
 All other libraries should go in lib/ext including ones that don't
 contain any plug-ins.

 Paul

 Sunburned Surveyor wrote:
  I'd like to see if someone besides Larry can try installing my Super
  Select Plug-In. Larry has got everything put in the right spot, but my
  plug-in isn't loading.
 
  However, it is working for me on the latest nightly build. Larry and I
  are puzzled as to what the problem might be. If someone else could try
  loading the plug-in and has the same problem I will find the nearest
  brick wall to beat my head on. :]
 
  At any rate, all you need to do is rename the file extension of
  attached zip file and extract it in OpenJUMP's /lib/ext folder.
 
  Then drop the attached JAR file into OpenJUMP's /lib folder.
 
  That should be all there is to it.
 
  Thanks for any confirmation of success or failure in loading the
  plug-in. I really appreciate everyone's patient assistance.
 
  The Sunburned Surveyor
 
 
  
 
  
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  
 
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Request For Assistance: Troubleshooting Super Select Extension

2007-10-16 Thread Paul Austin
Landon,

The launch scripts set up the lib directory (except the current windows
exe which has a fixed list)

The lib/ext is loaded by the Java code. I haven't looked at it to see
how sub directories are handled by that.

The reason for the lib v.s. lib/ext split is it makes it really easy for
users to upgrade from one version to another they just have to copy the
lib/ext directory to the new version.

Paul


Sunburned Surveyor wrote:
 O.K. Paul.

 I don't see any reason why my sos-utility.jar can't go in
 /lib/ext/surveyos. I don't even think I will need to change the code,
 since our launch scripts are automatically setting up the classpath
 now.

 I'll make that change on my next release at SourceForge.

 Thanks for offering to help.

 Landon

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
   
 Landon,

 I'll see if I can get it to work later today.

 One thing to note. The lib directory should only contain core libraries.
 All other libraries should go in lib/ext including ones that don't
 contain any plug-ins.

 Paul

 Sunburned Surveyor wrote:
 
 I'd like to see if someone besides Larry can try installing my Super
 Select Plug-In. Larry has got everything put in the right spot, but my
 plug-in isn't loading.

 However, it is working for me on the latest nightly build. Larry and I
 are puzzled as to what the problem might be. If someone else could try
 loading the plug-in and has the same problem I will find the nearest
 brick wall to beat my head on. :]

 At any rate, all you need to do is rename the file extension of
 attached zip file and extract it in OpenJUMP's /lib/ext folder.

 Then drop the attached JAR file into OpenJUMP's /lib folder.

 That should be all there is to it.

 Thanks for any confirmation of success or failure in loading the
 plug-in. I really appreciate everyone's patient assistance.

 The Sunburned Surveyor


 

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 

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

   
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 provided by the (external) plugin

very well done!
stefan

Larry Becker schrieb:
 You still need to check in the OpenWizardPlugIn.
 
 Larry
 
 On 10/14/07, *Paul Austin* [EMAIL PROTECTED] 
 mailto:[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.
 
 Paul
 
 Paul Austin wrote:

 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.

 Open Wizard

 Paul Austin wrote:
 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 OpenFile portion). This includes
   the PostGIS plug-in
 * Projects
 * WMS Layers

 Maybe OpenWizardPlugIn might be a better name?

 Paul

 Stefan Steiniger wrote:
 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.

 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 like to 
 have 32x32 size icons for this with the name of the type below it. If 
 someone can help with some icons that would be great. At the moment 
 I'm 

 just using the 16x16 icons.
 
 ok.. should be doable. But we need to know if you want a gif image or 
 so.

 cheers germany
 stefan

   
 The default implementation will have my Open File and Open Project 
 icon. 
 In addition to this it will get all non file based 
 DataSourceQueryChoosers registered and wrap them in my new framework. 
 For this it uses getComponent on the chooser to get the UI to accept 
 the 

 options and then uses the getDataSourceQueries when finished is 
 pressed 
 to load them. I've tested this with the PostGIS plug-in and it works 
 without any changes. It should also work with the ArcSDE one too.


 The other option is developers can create their own WizardGroup using 
 the following interface and register this with the OpenPlugIn. The 
 advantage of this approach is you can have a more complex UI with 

 validation of fields etc. The getPanels() method returns one or more 
 WizardPanels for the UI. The getFirstId() returns the ID of the first 
 panel to use and the run method is called after the finish button is 
 pressed. It's in this method that the loading of data is done. It 
 uses 

 the Threaded plugin so it will not be running in the UI thread.


 public interface WizardGroup {
   public String getName();

   public Icon getIcon();
  
   public ListWizardPanel getPanels();

  
   public String getFirstId();
  
   public void run(TaskMonitor monitor);
 }


 I'm going to clean everything up this weekend and check in next week.

 Paul

 
 -

 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a 
 browser.
 Download your FREE copy of Splunk now  
 http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
  mailto:Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.

 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
  mailto:Jump-pilot-devel@lists.sourceforge.net
 

Re: [JPP-Devel] Request that all commits stop temporarily

2007-10-16 Thread Stefan Steiniger
Hi Larry,

thanx for restoring your changes!

we understand if you will make changes now on skyjump first.

greetings over the big ocean
stefan

Larry Becker schrieb:
 Hopefully, I have restored my recent changes. I'm not sure how to know
 for certain.  I have several files with local changes, and I am a
 little concerned that a full synchronize might wipe them out.  Let me
 know if I broke the nightly build.
 
 I'm going back to implementing things first in SkyJUMP where we still
 use old reliable CVS.
 
 Larry
 
 
 On 10/15/07, Andreas Schmitz [EMAIL PROTECTED] wrote:
 Larry Becker wrote:

 Hi,

 Yes, it appears that 1138 contains sufficient information to reapply
 my changes.  I'll try to get to it tonight (Florida time).

 I took a peek at the subversion manual to see if I could try to
 understand the problem, and it seems very complex.  The section on
 branching and merging was full of warnings about possible problems.
 Of course, they are talking about the command line client, so I'm not
 sure how relevant the docs really are.  There doesn't seem to be any
 way to do a Tag, which I thought was one of the best features of CVS.
 Oh well, at least it is fast.

 I certainly don't hold Sunburned or Paul responsible for the problem.
 It may be a human error, but isn't that what GUI's are supposed to
 prevent?
 Well, I agree that a GUI is supposed to work like that. But as we all know, 
 GUIs
 require a lot of work to make them perfect.

 Anyway, as to branch management in subversion, this link will help:

 http://www.orcaware.com/svn/wiki/Svnmerge.py

 svnmerge.py is a tool that automatically takes care of the problem that Paul
 probably had - the entry point of the merging process. It automatically
 remembers which changes are already integrated and which not. After setting 
 the
 tool up as described in the documentation, the merge process works like that:

 * in a local (clean) copy of the trunk, you do a svnmerge.py.
 * this integrates changes in the branch into the local copy. If there are
   conflicts, you can resolve them locally. Note that only changes are pulled
   which have not been integrated yet.
 * After resolving the conflicts, one can commit the merged trunk tree. An
   appropriate commit message has already been created.

 I've never had any problems with subversion or svnmerge.py. The only 
 problems I
 had have been with the Subclipse client.

 Best regards, Andreas
 --
 l a t / l o n  GmbH
 Aennchenstrasse 19   53177 Bonn, Germany
 phone ++49 +228 18496-11 fax ++49 +228 1849629
 http://www.lat-lon.dehttp://www.deegree.org


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFHE7sH737OVr+Ru7oRAvCKAKDaGVY05zR+6QbZLNUNUSwernNt+ACfc5FV
 vdvMZ5a8gritW5roYd+zAz8=
 =6ILi
 -END PGP SIGNATURE-

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 
 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Paul Austin
Larry or others,

I've been thinking about Icons, I think we need to have some icons for
the following

* Category
* Layer
* Project (I don't like the current paper icon). Iwas thinking
  something that would say have a list of layers on the left with
  something that looked like a map on the right, or even just
  something that looked like a map with a box around it
* Wizard

Then I can have icons from these for Open Wizard, Open File and Open
Project and my items in the new menu.

If anyone has time to have a look at the famfam silk icons to see if
there is anything that would work, I can integrate it in.

Cheers,
Paul

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
How about these?

Larry

On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
 Larry or others,

 I've been thinking about Icons, I think we need to have some icons for
 the following

 * Category
 * Layer
 * Project (I don't like the current paper icon). Iwas thinking
   something that would say have a list of layers on the left with
   something that looked like a map on the right, or even just
   something that looked like a map with a box around it
 * Wizard

 Then I can have icons from these for Open Wizard, Open File and Open
 Project and my items in the new menu.

 If anyone has time to have a look at the famfam silk icons to see if
 there is anything that would work, I can integrate it in.

 Cheers,
 Paul

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



-- 
http://amusingprogrammer.blogspot.com/
attachment: layers.pngattachment: layout_add.pngattachment: wand.png-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
And perhaps this for category.

Larry

On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:
 How about these?

 Larry

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
  Larry or others,
 
  I've been thinking about Icons, I think we need to have some icons for
  the following
 
  * Category
  * Layer
  * Project (I don't like the current paper icon). Iwas thinking
something that would say have a list of layers on the left with
something that looked like a map on the right, or even just
something that looked like a map with a box around it
  * Wizard
 
  Then I can have icons from these for Open Wizard, Open File and Open
  Project and my items in the new menu.
 
  If anyone has time to have a look at the famfam silk icons to see if
  there is anything that would work, I can integrate it in.
 
  Cheers,
  Paul
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 --
 http://amusingprogrammer.blogspot.com/




-- 
http://amusingprogrammer.blogspot.com/
attachment: chart_organisation.png-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Paul Austin
Larry,

Thanks I like them. Would it be possible to have two new icons both
based on the Folder icon one with the wand icon in the bottom right and
one with the layout_add icon in the bottom right?

Thanks,
Paul

Larry Becker wrote:
 And perhaps this for category.

 Larry

 On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:
   
 How about these?

 Larry

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
 
 Larry or others,

 I've been thinking about Icons, I think we need to have some icons for
 the following

 * Category
 * Layer
 * Project (I don't like the current paper icon). Iwas thinking
   something that would say have a list of layers on the left with
   something that looked like a map on the right, or even just
   something that looked like a map with a box around it
 * Wizard

 Then I can have icons from these for Open Wizard, Open File and Open
 Project and my items in the new menu.

 If anyone has time to have a look at the famfam silk icons to see if
 there is anything that would work, I can integrate it in.

 Cheers,
 Paul

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

   
 --
 http://amusingprogrammer.blogspot.com/


 


   

 

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 

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


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
Hi Paul,

  These are sized for menu icons.  Is that what you need or are they
for the wizard dialog?  In the dialog case they can be bigger and
easier to see the detail.

Larry

On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
 Larry,

 Thanks I like them. Would it be possible to have two new icons both
 based on the Folder icon one with the wand icon in the bottom right and
 one with the layout_add icon in the bottom right?

 Thanks,
 Paul

 Larry Becker wrote:
  And perhaps this for category.
 
  Larry
 
  On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:
 
  How about these?
 
  Larry
 
  On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
 
  Larry or others,
 
  I've been thinking about Icons, I think we need to have some icons for
  the following
 
  * Category
  * Layer
  * Project (I don't like the current paper icon). Iwas thinking
something that would say have a list of layers on the left with
something that looked like a map on the right, or even just
something that looked like a map with a box around it
  * Wizard
 
  Then I can have icons from these for Open Wizard, Open File and Open
  Project and my items in the new menu.
 
  If anyone has time to have a look at the famfam silk icons to see if
  there is anything that would work, I can integrate it in.
 
  Cheers,
  Paul
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 
  --
  http://amusingprogrammer.blogspot.com/
 
 
 
 
 
 
 
  
 
  
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  
 
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



-- 
http://amusingprogrammer.blogspot.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
Here is an example of the menu size with layout add on a folder.

Larry

On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:
 Hi Paul,

   These are sized for menu icons.  Is that what you need or are they
 for the wizard dialog?  In the dialog case they can be bigger and
 easier to see the detail.

 Larry

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
  Larry,
 
  Thanks I like them. Would it be possible to have two new icons both
  based on the Folder icon one with the wand icon in the bottom right and
  one with the layout_add icon in the bottom right?
 
  Thanks,
  Paul
 
  Larry Becker wrote:
   And perhaps this for category.
  
   Larry
  
   On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:
  
   How about these?
  
   Larry
  
   On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
  
   Larry or others,
  
   I've been thinking about Icons, I think we need to have some icons for
   the following
  
   * Category
   * Layer
   * Project (I don't like the current paper icon). Iwas thinking
 something that would say have a list of layers on the left with
 something that looked like a map on the right, or even just
 something that looked like a map with a box around it
   * Wizard
  
   Then I can have icons from these for Open Wizard, Open File and Open
   Project and my items in the new menu.
  
   If anyone has time to have a look at the famfam silk icons to see if
   there is anything that would work, I can integrate it in.
  
   Cheers,
   Paul
  
   -
   This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and a browser.
   Download your FREE copy of Splunk now  http://get.splunk.com/
   ___
   Jump-pilot-devel mailing list
   Jump-pilot-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
  
  
   --
   http://amusingprogrammer.blogspot.com/
  
  
  
  
  
  
  
   
  
   
  
   -
   This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and a browser.
   Download your FREE copy of Splunk now  http://get.splunk.com/
   
  
   ___
   Jump-pilot-devel mailing list
   Jump-pilot-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
  
 
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 --
 http://amusingprogrammer.blogspot.com/



-- 
http://amusingprogrammer.blogspot.com/
attachment: folder_layout_add.png-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Paul Austin
Larry,

These will be for the menu icons.

Paul

Larry Becker wrote:
 Hi Paul,

   These are sized for menu icons.  Is that what you need or are they
 for the wizard dialog?  In the dialog case they can be bigger and
 easier to see the detail.

 Larry

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:
   
 Larry,

 Thanks I like them. Would it be possible to have two new icons both
 based on the Folder icon one with the wand icon in the bottom right and
 one with the layout_add icon in the bottom right?

 Thanks,
 Paul

 Larry Becker wrote:
 
 And perhaps this for category.

 Larry

 On 10/16/07, Larry Becker [EMAIL PROTECTED] wrote:

   
 How about these?

 Larry

 On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:

 
 Larry or others,

 I've been thinking about Icons, I think we need to have some icons for
 the following

 * Category
 * Layer
 * Project (I don't like the current paper icon). Iwas thinking
   something that would say have a list of layers on the left with
   something that looked like a map on the right, or even just
   something that looked like a map with a box around it
 * Wizard

 Then I can have icons from these for Open Wizard, Open File and Open
 Project and my items in the new menu.

 If anyone has time to have a look at the famfam silk icons to see if
 there is anything that would work, I can integrate it in.

 Cheers,
 Paul

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


   
 --
 http://amusingprogrammer.blogspot.com/



 


 

 

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 

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

   
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 


   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Paul Austin




Hi Larry,

The look is good, one thing though the width is different than the
standard folder and the one with the add icon so it looks a little off
balance in the menu. See the attached image.



Paul



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
The thing to do then is to revert back to using the unedited folder icons.
I stretched the top two.

Now that I see it in context, the + on the New Project icon indicates
add not new.  New is traditionally indicated with a sparkle highlight.
I'll see if I can fix them.

Larry

On 10/16/07, Paul Austin [EMAIL PROTECTED] wrote:

  Hi Larry,

 The look is good, one thing though the width is different than the
 standard folder and the one with the add icon so it looks a little off
 balance in the menu. See the attached image.

 [image: icons]

 Paul


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




-- 
http://amusingprogrammer.blogspot.com/
inline: icons.png-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel