[JPP-Devel] Layer Properties

2007-09-11 Thread Larry Becker
of duplicating the ArcMap layer properties functionality. However, this property sheet is designed to work with multiple layers at once. SkyJUMP has had this for a while, but I haven't gotten around to a general release yet. regards, Larry Becker -- http://amusingprogrammer.blogspot.com

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-12 Thread Larry Becker
to the bug tracker. The fix would be to simply always add a CTS when BasicStyle and LabelStyle are added and to add support in Layer via a getColorThemingStyle() method. There are getBasicStyle(), getLabelStyle(), and getVertexSTyle() methods, but no getCTS method. Why??? regards, Larry Becker

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-12 Thread Larry Becker
the list of styles for a layer in any other thread than the rendering thread, otherwise you could get concurrent modification execptions when reading the list of styles. Paul Larry Becker wrote: But why should I turn off firing events for a CTS and not for a BasicStyle ? You're right

Re: [JPP-Devel] Issue with poor responsiveness when building Colour Theming Styles list

2007-09-12 Thread Larry Becker
Hi Martin, Yea, I think enabling the Attribute dropdown all of the time would be acceptable. I am familiar with the code and can do it tonight if no one objects or has a better idea. regards, Larry On 9/12/07, Martin Davis [EMAIL PROTECTED] wrote: One thing that is very annoying and that we

Re: [JPP-Devel] Paul's plugins

2007-09-12 Thread Larry Becker
at org.openjump.core.ui.plugin.mousemenu.SelectLayersWithSelectedItemsPlugIn.execute(SelectLayersWithSelectedItemsPlugIn.java:69) Presumably it wouldn't do this if you modified the core TreeLayerNamePanel. Overall: Nice work! regards, Larry Becker On 9/12/07, Paul Austin [EMAIL PROTECTED] wrote: All, I have finally got

Re: [JPP-Devel] Vista Look and Feel

2007-09-12 Thread Larry Becker
This weekend I'm building a new Vista PC so I can work on this and other Vista bugs. Larry On 9/2/07, Larry Becker [EMAIL PROTECTED] wrote: It is probably a JUMP problem due to the custom list cell rendering. It probably won't get fixed until one of us developers gets a Vista system. Larry

Re: [JPP-Devel] OJ look and feel issue

2007-09-12 Thread Larry Becker
I tried this on my home PC and it looked the same as SkyJUMP. I went though all of the Skins, but that wasn't it. Hmm. Larry On 9/12/07, Larry Becker [EMAIL PROTECTED] wrote: I just noticed that on my PC, OJ's UI looks different from SkyJUMP. The menus in OJ seem to be rendered without font

Re: [JPP-Devel] OJ look and feel issue

2007-09-13 Thread Larry Becker
Becker schrieb: I tried this on my home PC and it looked the same as SkyJUMP. I went though all of the Skins, but that wasn't it. Hmm. Larry On 9/12/07, Larry Becker [EMAIL PROTECTED] wrote: I just noticed that on my PC, OJ's UI looks different from SkyJUMP. The menus in OJ seem

Re: [JPP-Devel] Copying Features To Another Layer

2007-09-13 Thread Larry Becker
and i think it is time that you start studying OJ functions, e.g. replicate! Stefan is right. SuperSelect was a good idea, but it now sounds like it has featurititis. Before you develop, you should know what is already implemented so as not to duplicate functionality. Larry On 9/13/07,

Re: [JPP-Devel] OJ look and feel issue

2007-09-13 Thread Larry Becker
I ran both OJ and SkyJUMP from the Eclipse IDE with identical settings. Larry On 9/13/07, Stefan Steiniger [EMAIL PROTECTED] wrote: what about the JDK version to build the jars? Oj is 1.5 - in case you use 1.6 stefan Larry Becker schrieb: you mean it is different on both PC's you have

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-13 Thread Larry Becker
Hi Edgar, It isn't the difficulty of doing transformations that I fear. Just the difficulty of interfacing GT2 to OpenJump. I'm sure we are willing to learn though if you're offering to teach. :-) More seriously - are you saying that we can just add a GT2 jar, wrap it in an interface like

Re: [JPP-Devel] Issue with poor responsiveness when building Colour Theming Styles list

2007-09-13 Thread Larry Becker
to take a long time. But that's got it's own annoyance... M Larry Becker wrote: Hi Martin, Yea, I think enabling the Attribute dropdown all of the time would be acceptable. I am familiar with the code and can do it tonight if no one objects or has a better idea. regards

Re: [JPP-Devel] Paul's plugins

2007-09-13 Thread Larry Becker
there are more of them that we'll have to shake out before the actual integration. Paul Larry Becker wrote: Hi Paul, Wow, you have been busy! Thumbs up - New Open File Wizard Thumbs up - New Open Recent Menu (I need to fix an issue if no project is open) OK - Show/hide all

Re: [JPP-Devel] Extension class loader

2007-09-14 Thread Larry Becker
Sounds reasonable to me. Larry On 9/14/07, Paul Austin [EMAIL PROTECTED] wrote: Right now the class loader used for loading extension classes does not have a parent class loader set see com.vividsolutions.jump.workbench.plugin.PlugInManager. I think that it should have a parent and it be

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
I guess the included sample wasn't complete? It didn't work for me. Something about .. is not recognized. Larry On 9/14/07, Paul Austin [EMAIL PROTECTED] wrote: The following is an improved windows bat file that allows the application to be run from any directory and also dynamically loads

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
it and on which windows version? thanks, paul Larry Becker wrote: I guess the included sample wasn't complete? It didn't work for me. Something about .. is not recognized. Larry On 9/14/07, Paul Austin [EMAIL PROTECTED] wrote: The following is an improved windows bat file that allows

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
Wait! Where is the lcp.bat file that is referenced? Larry On 9/14/07, Larry Becker [EMAIL PROTECTED] wrote: You are definitely on the right track, but it still doesn't work. Can you just change the extension to .txt or something and attach it? Larry On 9/14/07, Paul Austin [EMAIL

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Larry Becker
Hmm. I'm intrigued. If no one else wants to take this on, I'll have a go at it. I realize that there is a discussion about the best interface going on, but this will be a proof (more like a re-proof) of concept. regards, Larry On 9/14/07, Edgar Soldin [EMAIL PROTECTED] wrote: Hey Larry,

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Larry Becker
Maybe a dialogue containing a list of all layers (preselected the ones selected in jump ui) , src target cs/proj choosers and a status console telling about problems and currents status of operations mandatory ok cancel buttons Since I never saw the older UI you created, the details are

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
Becker wrote: Wait! Where is the lcp.bat file that is referenced? Larry On 9/14/07, Larry Becker [EMAIL PROTECTED] wrote: You are definitely on the right track, but it still doesn't work. Can you just change the extension to .txt or something and attach it? Larry On 9/14/07

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Hi Paul, ColorThemingSyle disables the BasicStyle when it is enabled and vice versa. See ColorThemingStylePanel.updateStyles(). Why would we want to put this responsibility in the hands of the user? regards, Larry On 9/17/07, Stefan Steiniger [EMAIL PROTECTED] wrote: ok.. fine for me

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Bad example. It does that now. Larry On 9/17/07, Paul Austin [EMAIL PROTECTED] wrote: Why not? For example a user may want to use the label style but not have the Point or line displayed Paul Larry Becker wrote: Hi Paul, ColorThemingSyle disables the BasicStyle when

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Turn off line and fill. On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: Bad example. It does that now. Larry On 9/17/07, Paul Austin [EMAIL PROTECTED] wrote: Why not? For example a user may want to use the label style but not have the Point or line displayed Paul Larry

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
massive datasets. Anyone had any experience with this? Larry Becker wrote: I put my new Vista PC together this weekend and fixed the Vista issue with the layer combo box in tools dialogs. For anyone interested in hardware, I used an Intel Q6600 Quad Core. It opens a 100 layer task in 2

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Larry Becker
I just created a SelectablePlugIn by copying EditablePlugIn and making a few trivial changes. It seems to work like a charm! Now, do we need Snappable, (Sp?) or should not Selectable imply not Snappable? It doesn't currently. Larry On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: Hi Stefan

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Larry Becker
LOL! Clear as mud! Larry On 9/17/07, Stefan Steiniger [EMAIL PROTECTED] wrote: we should post this on the wiki :) love it stefan Adrian Custer schrieb: On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter

Re: [JPP-Devel] Thoughts on ZoomRealtimeTool behaviour

2007-09-17 Thread Larry Becker
Hi Martin, On 9/17/07, Martin Davis [EMAIL PROTECTED] wrote: The ZoomRealtime Tool is a very cool idea... but the way it works seems a bit confusing to me. I would have expected it to keep the initial point that was clicked directly under the mouse cursor as zooming takes place. Good

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
The Layer Info is in OJ now, and I certainly intended that it should be extended further, so if someone is motivated, please add away. Larry On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: That would certainly be consistent with the ESRI feature dataset model which puts so much emphasis

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
core processor at home. I will have to see how the numbers compare. The Sunburned Surveyor On 9/16/07, Larry Becker [EMAIL PROTECTED] wrote: I put my new Vista PC together this weekend and fixed the Vista issue with the layer combo box in tools dialogs. For anyone interested in hardware

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-18 Thread Larry Becker
datasets. Anyone had any experience with this? I'm also very interested with 64-bit java experience feedback as even with 1500Mo dedicated to the jvm, I have often to limit or to divide datasets I want to process or to display. Michael Larry Becker wrote: I put my new Vista PC

Re: [JPP-Devel] R: Using PDF Files As Embedded Help

2007-09-18 Thread Larry Becker
Hi Peppe, HTML is no harder than PDF and works much the same. Just work as normal and choose Save As (HTML) from OpenOffice Writer (or Word). regards, Larry On 9/18/07, Giuseppe Aruta [EMAIL PROTECTED] wrote: Hi, the idea of using PDF was strictly connected to internationalization of

Re: [JPP-Devel] Adding a method to the DialogUtil class...

2007-09-18 Thread Larry Becker
The only reservation I have is to note that this class exists only in OpenJump. regards, Larry On 9/18/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: Does anyone have a problem with my adding a method to the DialogUtil class? This method would accept a JListBox and a reference to a

Re: [JPP-Devel] Adding a method to the DialogUtil class...

2007-09-18 Thread Larry Becker
of PermGen memory by having less classes. Paul Larry Becker wrote: SS, If you are already using the other methods in DialogUtil, then don't worry about it, otherwise why not just keep the method local? thanks, Larry On 9/18/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: Larry

Re: [JPP-Devel] R: Using PDF Files As Embedded Help

2007-09-18 Thread Larry Becker
the two option, HTML and PDF. An than take the decision later Peppe --- Larry Becker [EMAIL PROTECTED] ha scritto: Hi Peppe, HTML is no harder than PDF and works much the same. Just work as normal and choose Save As (HTML) from OpenOffice Writer (or Word). regards, Larry

Re: [JPP-Devel] Adding a method to the DialogUtil class...

2007-09-18 Thread Larry Becker
together an surveyos_openjump_utilities JAR file, and I could put a DialogUtil class in there if it is a better fit. I'm just trying to keep duplication to a minimum. The Sunburned Surveyor On 9/18/07, Larry Becker [EMAIL PROTECTED] wrote: The only reservation I have is to note that this class

Re: [JPP-Devel] Thoughts on ZoomRealtimeTool behaviour

2007-09-18 Thread Larry Becker
? The Sunburned Surveyor On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: Hi Martin, On 9/17/07, Martin Davis [EMAIL PROTECTED] wrote: The ZoomRealtime Tool is a very cool idea... but the way it works seems a bit confusing to me. I would have expected it to keep the initial point

Re: [JPP-Devel] Implementation of the setLayerNamesAsListData method.

2007-09-18 Thread Larry Becker
Why don't you just do: argList.setListData(argManager.getLayers().toArray()); and skip the whole method. Larry On 9/18/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: I have attached my implementation of the setLayerNamesAsListData method. I was thinking about placing this method in Sigle's

Re: [JPP-Devel] @ Sefan - Upgrade OJ 1.2D to 1.2E? Future developments?

2007-09-22 Thread Larry Becker
HI Peppe, One comment about including a version bundled with a JVM. The point of doing this, IMO is to give first time users a good tryout experience. Millions of open source software applications are downloaded each day on the web, but only a few thousand are not immediately removed. This

Re: [JPP-Devel] OJ - MrSID - Linux

2007-09-22 Thread Larry Becker
I'll be glad to make whatever changes are necessary, but I don't have a linux computer at the moment. Someone will have to tell me what the problem is again. As I recall, there are MrSID executables available for download from LizardTech. Is there some problem with them? regards, Larry On

Re: [JPP-Devel] OJ - MrSID - Linux

2007-09-23 Thread Larry Becker
Hi Pedro, LizardTech seems to change the names of all their utilities quite often. Will it work if you simply rename the utilities? regards, Larry On 9/23/07, Pedro Doria Meunier [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Larry, Nice to hear from you

Re: [JPP-Devel] OJ - MrSID - Linux

2007-09-24 Thread Larry Becker
I found: ETC_PATH = WORKING_DIR + etc + sep; TMP_PATH = WORKING_DIR + tmp + sep; MRSIDDECODE = ETC_PATH + mrsiddecode.exe; MRSIDINFO = ETC_PATH + mrsidinfo.exe; in the AddSIDLayerPlugIn. regards, Larry On 9/23/07, Pedro Doria Meunier [EMAIL PROTECTED] wrote:

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 plug-in

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

[JPP-Devel] DBF required in compressed shapefile

2007-09-25 Thread Larry Becker
like the archive code is making unnecessary assumptions. regards, Larry Becker -- http://amusingprogrammer.blogspot.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http

Re: [JPP-Devel] DBF required in compressed shapefile

2007-09-25 Thread Larry Becker
an exception if it can't find the file. Maybe you could add a boolean parameter to it to return null instead of an exception if the file does not exist to allow you to ignore missing files. Paul Larry Becker wrote: Apparently DBF files are required when loading a shapefile archive. I got

Re: [JPP-Devel] Language files

2007-09-26 Thread Larry Becker
Nice editor! Now translation almost looks like fun. ;-) Larry On 9/26/07, Paul Austin [EMAIL PROTECTED] wrote: Michaël, Excellent work on finding a nice tool to edit the language files, I've give it a try for my new plug-ins. Paul Michaël Michaud wrote: Hi list, I tried to

Re: [JPP-Devel] Image Framework In OpenJUMP

2007-09-26 Thread Larry Becker
Hi Sunburned, When viewing MrSID in SkyJUMP without any vector layers, you will need to choose Zoom to Layer from the layer context (right-click) menu. I think the same applies for JPEG layers. Depending on what kind of raster image you are trying to view, OpenJump should work too since it

Re: [JPP-Devel] Image Framework In OpenJUMP

2007-09-27 Thread Larry Becker
The same is true of the ones generated by LizardTech, and I don't believe that their free conversion utility supports Jpeg2000. The format may end up as unsupportable as TIFF, and for the same reason. regards, Larry On 9/27/07, Paul Austin [EMAIL PROTECTED] wrote: Hi Erwan, Have you done

Re: [JPP-Devel] Image Framework In OpenJUMP

2007-09-27 Thread Larry Becker
But congratulations to Erwan and his team on the georaster library. I'm very interested to see the results. Larry On 9/27/07, Larry Becker [EMAIL PROTECTED] wrote: The same is true of the ones generated by LizardTech, and I don't believe that their free conversion utility supports Jpeg2000

Re: [JPP-Devel] Questions on undo/redo support?

2007-09-28 Thread Larry Becker
Hi SS, The undo/redo support is really a java thing that you can support in your tool, but doesn't really make sense for the toolbar undo and redo buttons. Those buttons are expected to undo and redo edits, not selections. It also doesn't normally undo layer operations. For instance you can't

Re: [JPP-Devel] @Michael - revison on CAD

2007-10-02 Thread Larry Becker
gvSIG. Perhaps Erwan's GDBMS project will help bring this functionality to OpenJump eventually. regards, Larry On 10/2/07, Giuseppe Aruta [EMAIL PROTECTED] wrote: *Larry Becker [EMAIL PROTECTED]* ha scritto: Hi Michaël, As I might have mentioned before, we use your dxf plugin extensively

Re: [JPP-Devel] @Michael - revison on CAD

2007-10-03 Thread Larry Becker
the original layer name and append _line, _area, _point, or _text (internationalized). Does this sound reasonable? The menu might say something like, Extract geometry types to separate layers, if that isn't too lengthy. regards, Larry On 10/3/07, Michaël Michaud [EMAIL PROTECTED] wrote: Larry Becker

Re: [JPP-Devel] Drag n' Drop For OpenJUMP

2007-10-03 Thread Larry Becker
The only issue I know of is i18n. If Paul has fixed that, we need to retest. Larry On 10/3/07, Stefan Steiniger [EMAIL PROTECTED] wrote: ok if Martin loves it, there must be strong objections if we do not inlcude it. I haven't seen it yet, as i think the discussion was last week when i have

Re: [JPP-Devel] Drag n' Drop For OpenJUMP

2007-10-03 Thread Larry Becker
, if you add keys and strings in the jump.properties file, I can manage to add them in other files. After, we'll have to find translators. Otherwise +1 for committing (I know Paul will help me if I need help to backport my driver plugins ;-) ) Michaël Larry Becker a écrit : The only issue I

Re: [JPP-Devel] @Michael - revison on CAD

2007-10-03 Thread Larry Becker
missed some use cases. What are the candidate features for xxx_text layer ? Thanks Michaël Larry Becker a écrit : Making a generic capability to break out a layer into linestrings, polygons, points, and annotation is an excellent idea. If you recall, I tried to port over the capability

[JPP-Devel] Extract Layers, Large Selections, Fences, and other thoughts

2007-10-08 Thread Larry Becker
to draw. I was thinking of producing another Layer Extract plugin that would extract features in the Fence to a new layer. By coding support methods in a utility class, we could gradually add support for features in fence subsets to the other tools. What do you think? regards, Larry Becker

Re: [JPP-Devel] Language files - an outline

2007-10-08 Thread Larry Becker
I did it in MSDOS using a group of folder associated to OJ root: every folder (IT, DE, EN, ec)had the same startup script file (OpenJUMP.bat) but with different language option (one with Duser.language=it, another with Duser.language=De, etc). Perhaps Peppe's use case can be handled by simply

Re: [JPP-Devel] Extract Layers, Large Selections, Fences, and other thoughts

2007-10-08 Thread Larry Becker
for the continuous improvement of OpenJUMP performances. Michaël Larry Becker a écrit : Hi SS, I agree that the problem with selection is the large collections being generated. Parts are only part of the problem and it is a bit late to stop supporting this capability

Re: [JPP-Devel] Questions About Strings On Select By Type Plug-In

2007-10-08 Thread Larry Becker
Hi SS, Good catch. SelectByTypePlugin is one of mine. The cryptic dialog name is caused by a common problem with plugins, forgetting to override the getName() method. I can fix it by having it return the same string that appears on the menu. Is that sufficient? Anything else will require a

Re: [JPP-Devel] Bug in AbstractSelection.unselectItems method.

2007-10-11 Thread Larry Becker
This method is used by the LayerListener to unselect features after deletion. I don't suppose you have considered using the debugger? Larry On 10/11/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: I think that I may have discovered a bug in the AbstractSelection.unselectItems(Layer layer,

Re: [JPP-Devel] Bug in AbstractSelection.unselectItems method.

2007-10-11 Thread Larry Becker
. The Sunburned Surveyor On 10/11/07, Larry Becker [EMAIL PROTECTED] wrote: This method is used by the LayerListener to unselect features after deletion. I don't suppose you have considered using the debugger? Larry On 10/11/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: I think

Re: [JPP-Devel] Java versions and build.xml

2007-10-11 Thread Larry Becker
I've been building to 1.5 for quite a while. go. Larry On 10/11/07, Stefan Steiniger [EMAIL PROTECTED] wrote: +1 if I can still use 1.5 and Larry agrees stefan Michaël Michaud schrieb: +1 Michaël Paul Austin a écrit : Agreed Paul Andreas Schmitz wrote: Hi, I

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.

[JPP-Devel] Request that all commits stop temporarily

2007-10-14 Thread Larry Becker
I think something has gone wrong with our SVN repository. My recent plugins ExtractLayersByGeometry and ExtractLayerInFence have been wiped from the SVN. I don't seem to find copies anywhere, even on my hard drive. regards, Larry Becker -- http://amusingprogrammer.blogspot.com

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

2007-10-14 Thread Larry Becker
to say it, but it could be be a bug in SVN, or the SourceForge repository is unstable. regards, Larry becker On 10/14/07, Larry Becker [EMAIL PROTECTED] wrote: I think something has gone wrong with our SVN repository. My recent plugins ExtractLayersByGeometry and ExtractLayerInFence have been

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

2007-10-14 Thread Larry Becker
would putting a file in org.openjump.util wipe out my plugins in the org.openjump.core.ui.plugin.layer folder? Larry On 10/14/07, Larry Becker [EMAIL PROTECTED] wrote: Paul, Guys, we are stepping all over each other's work and I don't see how it is happening. I have been synchronizing every

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

2007-10-14 Thread Larry Becker
this in the future. Paul Larry Becker wrote: I think something has gone wrong with our SVN repository. My recent plugins ExtractLayersByGeometry and ExtractLayerInFence have been wiped from the SVN. I don't seem to find copies anywhere, even on my hard drive. regards, Larry Becker

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

2007-10-14 Thread Larry Becker
that still exist. To view the other files you have to say which revision you want to look for files in. If you want I can fix it up as it was my screw up, I'll get you then to double check that I got everything when I do the checkin. Paul Larry Becker wrote: Hi Paul, I was able to see

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

2007-10-15 Thread Larry Becker
It looks like all recent changes were overwritten during the branch merge. I'm amazed that this could happen, and I don't think the Eclipse client can be blamed for all of the problems. It should be just a GUI front end to a command line client. I do think there is a lesson here regarding our

Re: [JPP-Devel] Trying to keep track of new features...

2007-10-15 Thread Larry Becker
I'll add NEW FEATURE ANNOUNCEMENT to appropriate emails I send, if you add ANOTHER GRATUITOUS THANKS-FOR-THE-GOOD-WORK to appropriate emails of yours. :-)Just kidding, I'm still upset about losing source. Larry On 10/15/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: I know I'm not the

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

2007-10-15 Thread Larry Becker
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

Re: [JPP-Devel] Initial alpha release of the Surveyos Super Select Tool.

2007-10-15 Thread Larry Becker
Select/Super Select Tool I hope that helps. Landon On 10/15/07, Larry Becker [EMAIL PROTECTED] wrote: Hi SS, I followed your instructions, but nothing shows up in the About Extensions box. I downloaded super_select_1000.zip I created a folder named surveyos in lib/ext I

Re: [JPP-Devel] Initial alpha release of the Surveyos Super Select Tool.

2007-10-15 Thread Larry Becker
Tool should look like this: /lib/ext/surveyos/super_select/surveyos_super_select-1000.jar I think I forgot to mention the super_select folder in my previous e-mail. Sorry about that. The Sunburned Surveyor On 10/15/07, Larry Becker [EMAIL PROTECTED] wrote: What I meant was that your tool

[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:

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

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

Re: [JPP-Devel] New famfamfam Folder Icons

2007-10-16 Thread Larry Becker
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

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

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

Re: [JPP-Devel] Sample Context-Sensitive Help

2007-10-17 Thread Larry Becker
I don't like it at all, but you probably knew that already. :-) Larry On 10/17/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: I have attached a sample of the help documentation I will prepare for the Super Select Tool in PDF. The PDF will be opened when the user clicks on the help button.

Re: [JPP-Devel] Plug-In Internationalization - Some Advice

2007-10-17 Thread Larry Becker
Eclipse has a wizard that will do all of the work for you. It will create externalize all of your strings into a properties file. Larry On 10/17/07, Paul Austin [EMAIL PROTECTED] wrote: Landon, The I18N class in Jump only works for items in the core as it only loads information from the

Re: [JPP-Devel] Sample Context-Sensitive Help

2007-10-17 Thread Larry Becker
good when the only reply comes from someone who doesn't like the work. :] Did you have a problem with the font/colors/layout, or do you dislike it because it is a PDF? Thanks for the clarification. The Sunburned Surveyor On 10/17/07, Larry Becker [EMAIL PROTECTED] wrote: I don't like

Re: [JPP-Devel] Sample Context-Sensitive Help

2007-10-17 Thread Larry Becker
). Just another way to think about it. Your help files should not be bigger in size than the code! Paul Larry Becker wrote: PDF is just a non-standard way to do help. All you have is some text. You should just pop up a window with a text component and display it. Don't

Re: [JPP-Devel] @Erwan Bocher - about Cut Polygon Plugin

2007-10-19 Thread Larry Becker
Perhaps we should rename the OJ Cut Polygon tool to Split Polygon or Subdivide Polygon? Larry On 10/19/07, Giuseppe Aruta [EMAIL PROTECTED] wrote: --- Stefan Steiniger [EMAIL PROTECTED] ha scritto: Hei Peppe, what is different to th ecut-polgyon tool in OJ. Or are these two

Re: [JPP-Devel] Open Wizard

2007-10-18 Thread Larry Becker
are no longer there. Thanks, Paul Larry Becker wrote: I don't understand the concept on these dialogs. Why are there Open, Cancel, and Finish buttons? The Open and Cancel don't seem to be functional. Larry On 10/18/07, Paul Austin [EMAIL PROTECTED] wrote: Andreas, Can

Re: [JPP-Devel] Open Wizard

2007-10-19 Thread Larry Becker
Hi Paul, Just to clarify what I'm seeing, I've attached two screen captures. I've tried this on my XP PC at work and on my Vista PC at home. Open File has no open or cancel, but Open Project does have non-functional ones. Larry On 10/19/07, Andreas Schmitz [EMAIL PROTECTED] wrote: Paul

Re: [JPP-Devel] Bug on ECW

2007-10-29 Thread Larry Becker
Hmm, could be a bit risky to change out the dll files automatically since AFAIK the ECW code in JUMP is not being maintained (David, correct me if I'm wrong). regards, Larry On 10/29/07, Paul Austin [EMAIL PROTECTED] wrote: The reason I want to find out where this file is from, is so that in

Re: [JPP-Devel] OpenJUMP logo license

2007-10-30 Thread Larry Becker
Branding material. The Sunburned Surveyor On 10/30/07, Larry Becker [EMAIL PROTECTED] wrote: There has always been some question as to the originality of the art in question: See: http://images.google.com/images?hl=enq=Kangaroo+crossingbtnG=Search+Imagesgbv=2 regards, Larry Becker

Re: [JPP-Devel] Save Image As...

2007-11-01 Thread Larry Becker
? regards, Larry Becker On 11/1/07, Pedro Doria Meunier [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Stefan! Nice to hear from you. :) Yes I use Fedora. As I said in my last email: everything(?) shows *but* the filename input field... :O Which is odd because

Re: [JPP-Devel] Save Image As...

2007-11-05 Thread Larry Becker
Hey Pedro, Which version of Fedora do you run? I've figured out that I can load Linux in a virtual machine so I might as well load the version that you are having problems with. regards, Larry On 11/1/07, Larry Becker [EMAIL PROTECTED] wrote: Hi Pedro, I guess it must be the new Save

Re: [JPP-Devel] openjump lifting...

2007-11-07 Thread Larry Becker
Hi Peppe, See my comments below. regards, Larry On Nov 7, 2007 1:01 PM, Giuseppe Aruta [EMAIL PROTECTED] wrote: Hi all, I propone to make some lifting to OJ menus in order to make it simpler and correct some descriptions We have already done some changing (E.g. from Save to image to save

Re: [JPP-Devel] New Larry's export to image and OJ memory requirement

2007-11-08 Thread Larry Becker
I'll need more details in order to reproduce the problem. The raster layers in OpenJump are probably the issue. SkyJUMP supports only a few raster implementations that we have coded ourselves. OpenJump supports many different, each with their own advantages and disadvantages. Try it with only

Re: [JPP-Devel] New Larry's export to image and OJ memory requirement

2007-11-08 Thread Larry Becker
, 2007 11:00 AM, Larry Becker [EMAIL PROTECTED] wrote: I'll need more details in order to reproduce the problem. The raster layers in OpenJump are probably the issue. SkyJUMP supports only a few raster implementations that we have coded ourselves. OpenJump supports many different, each

Re: [JPP-Devel] including math package directly?

2007-11-10 Thread Larry Becker
Hi Stefan, I sometimes prefer adding the source myself. I see that it is a small library so it shouldn't be too much code. On the other hand, the java source is in the jar so you should be able to debug into the routines. If you aren't planning on modifying the sources, it is probably

Re: [JPP-Devel] Time for OJ 1.3?

2007-12-08 Thread Larry Becker
Hi Peppe, Thanks for posting. There hasn't been much happening lately. I've been busy starting up my new project, but I'm still keeping up with OpenJump. Larry On Dec 8, 2007 2:28 PM, Giuseppe Aruta [EMAIL PROTECTED] wrote: Hi all. this is a remind to get effort to have a new OJ 1.3

Re: [JPP-Devel] OpenJUMP Javadoc Now Online

2007-12-10 Thread Larry Becker
Nice work! Larry On Dec 10, 2007 11:43 AM, Sunburned Surveyor [EMAIL PROTECTED] wrote: I placed the OpenJUMP Javadoc online this weekend. You can find it here: http://jump-pilot.sourceforge.net/openjump_javadoc/ Please let me know if there are any objections. The Sunburned Surveyor

Re: [JPP-Devel] [General Java] Standard Binary Tree Implementation

2007-12-17 Thread Larry Becker
I guess a TreeMap isn't what you are looking for? http://java.sun.com/j2se/1.4.2/docs/api/java/util/TreeMap.html regards, Larry On Dec 17, 2007 8:17 PM, Sunburned Surveyor [EMAIL PROTECTED] wrote: Does anyone know if Sun produces a standard implementation of a Binary Tree? I poked around in

Re: [JPP-Devel] ToolBar Buttons New Project and Open...

2007-12-19 Thread Larry Becker
://www.famfamfam.com/lab/icons/silk/). Both are 16 x 16, so I'm confused as to why there are two sets. I have tried increasing their size with PhotoShop, but they don't look quite as crisp as the hand drawn ones. Perhaps someday we'll find a new icon set to make a new look. regards, Larry Becker

Re: [JPP-Devel] [Fwd: [jump-pilot - OpenJUMP Functions Problems] Cannot Save Overlay Results to Shapefile]

2007-12-28 Thread Larry Becker
Hi Stefan, It would seem that the error checking you put into the shapefile saving code is a little more restrictive than SkyJUMP's. I think what we do (for Save Dataset As...) is just save them all as polylines, so that method has disadvantages too if you really wanted the polygons. For Save

Re: [JPP-Devel] Suggest new event for Task creation in OpenJUMP.

2008-01-08 Thread Larry Becker
Hi Sunburned, What code are you referring to specifically? Larry On Jan 7, 2008 2:31 PM, Sunburned Surveyor [EMAIL PROTECTED] wrote: There is some code in OpenJUMP that listens for child components to be added to the Workbench in order to detect when a Task has been added. I think this is

<    1   2   3   4   5   6   7   8   >