Re: [JPP-Devel] Improved buffer plugin

2007-08-31 Thread Larry Becker
Unfortunately currently the implementations don't support the > ability to traverse the tree in any order - this wouldn't be too hard to > add, though. > > Thoughts? Anyone keen on trying this out? > > Martin > > > > Larry Becker wrote: > > I have co

Re: [JPP-Devel] Vista Look and Feel

2007-09-02 Thread Larry Becker
omboBoxes > > with original Vista LookAndFeel. > > > > Regards, > > > > Uwe > > > > > > Larry Becker schrieb: > > > OK, I have done some preliminary analysis and need to report it in > > > case someone else is working this problem too. > >

Re: [JPP-Devel] @ Larry .. a question!

2007-09-02 Thread Larry Becker
Hi Peppe, I was just waiting for someone to ask! I'll be glad to. Are there any icons that you didn't find particularly helpful? I thought that perhaps I might have gotten a little over enthusiastic and ended up with icon clutter on the Layer Name right click menu. Larry On 9/2/07, Giuseppe A

Re: [JPP-Devel] OpenJUMP releases and bug management

2007-09-03 Thread Larry Becker
@Michaël, I think that bug tracker level 1 is lowest and level 9 is highest. Looking through the list again, I don't see anything that I would classify as a major bug. To me, a major bug is a stability problem with OJ in general. You can break some cases of obscure features and 99% of users wi

Re: [JPP-Devel] @ Larry .. a question!

2007-09-03 Thread Larry Becker
OK, I've added menu icons to Save Selected Datasets,Save Dataset As, Delete Selected Items, Delete All Features, Remove Selected Layers, Add New Features, Zoom To Layer, and Cut Selected Item. regards, Larry On 9/3/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > > --- Lar

Re: [JPP-Devel] @ Larry .. a question!

2007-09-04 Thread Larry Becker
a>tool menu to make > it more easy to understand. > > Peppe > > --- Michaël Michaud <[EMAIL PROTECTED]> ha > scritto: > > > Hi Larry, new icons look nice > > Thank you, > > > > Michaël > > > > Larry Becker a écrit : > > > > &

Re: [JPP-Devel] About embedded help

2007-09-04 Thread Larry Becker
Actually I like the idea that the wiki IS the help. We can put in a menu item that simply opens the wiki help page. This is the simplest solution and consolidates all of the help work with no duplication of effort. Keeping PDFs up to date could be a big effort. I have tried to do this on other

Re: [JPP-Devel] About embedded help - file attached

2007-09-04 Thread Larry Becker
Pretty nice! Larry On 9/4/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > Hi, > I send some file as a sample. One is an opendoc help > file - only the list of the function (a clone of the > wiki page) > The second one is the exported PDF. > > You can see how minimum can be an help file (ODT only

Re: [JPP-Devel] About embedded help

2007-09-04 Thread Larry Becker
also thet probabily there are still places in the > > World where Internet is not so availabe whenever you > > switch on a laptop (e.g. in Italy! But I would like to > > know the opinion of Ravi from India). > > We probabily can leave both ideas open: 1) a > &g

Re: [JPP-Devel] @ Larry .. a question!

2007-09-06 Thread Larry Becker
menu to make > it more easy to understand. > > Peppe > > --- Michaël Michaud <[EMAIL PROTECTED]> ha > scritto: > > > Hi Larry, new icons look nice > > Thank you, > > > > Michaël > > > > Larry Becker a écrit : > > > > &g

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-11 Thread Larry Becker
Hi Malte, If I understand you correctly, I guess I'm not surprised at the fact that a Style added first would be removed first since the underlying data structure is an ArrayList. The javadoc for ArrayList says that list.remove(o) will delete the first occurance of o in list. regards,

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-11 Thread Larry Becker
S Object from the List after I > added my new one. > > I think, I should be able to remove the first CTS from the list without > any trouble like the BasicStyle and not only after I added a second one. > Maybe, the use of a Thread causes this problem ? > > Greetings from Hanno

Re: [JPP-Devel] SuperSelectCursorTool

2007-09-11 Thread Larry Becker
Hi SS, Congrats! Sounds like a cool new tool. How are you going to invoke it? If you want a wrench icon, Wrench.gif and WrenchCursor.gif are already in the images folder. Also BigWrench.gif. regards, Larry On 9/11/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I've finished writing a

Re: [JPP-Devel] SuperSelectCursorTool

2007-09-11 Thread Larry Becker
"If you want a wrench icon, Wrench.gif and WrenchCursor.gif are > already in the images folder. Also BigWrench.gif." > > That is just what I needed. Thank you. > > SS > > > > > > On 9/11/07, Larry Becker <[EMAIL PROTECTED]> wrote: > > Hi

Re: [JPP-Devel] SuperSelectCursorTool

2007-09-11 Thread Larry Becker
Can you send me a link you your code? I may want to borrow this tool for SkyJUMP. We're pretty SELECTive. regards, Larry On 9/11/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I meant to say "It is quite possible > that some of our programmers know the SELECTION code better than I do." > >

[JPP-Devel] Layer Properties

2007-09-11 Thread Larry Becker
ically the beginnings 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://amusingprogramm

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-12 Thread Larry Becker
y add this issue 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??? regar

Re: [JPP-Devel] ColorThemingStyle Problem

2007-09-12 Thread Larry Becker
nts if you are changing 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 firi

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

Re: [JPP-Devel] Paul's plugins

2007-09-12 Thread Larry Becker
yerNamePanel 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 PROTE

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

Re: [JPP-Devel] Supported Languages

2007-09-12 Thread Larry Becker
SS, What I've been doing is putting in the I18n strings in the jump_en.properties file and getting it working, then copy the strings to all of the other language files. This is basically all you need to do. At each version release, the translation will get updated. However, if you want to d

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

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

2007-09-12 Thread Larry Becker
style list > population is likely 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 famil

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

2007-09-13 Thread Larry Becker
ut the java version? > > stefan > > Larry 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 PRO

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, Stefa

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:

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
cally. But it's also not nice of JUMP to block > > for a long period of time unexpectedly. I guess a third approach would > > be to prompt the user if he wants to continue if the style list > > population is likely to take a long time. But that's got it's own > >

Re: [JPP-Devel] Paul's plugins

2007-09-13 Thread Larry Becker
> the geometry tab stays in sync. > > I'll see if I can fix the bug, I'm sure 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 b

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

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 loa

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
ran 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,

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 >

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
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 PROTECTED]> wrote: > Larry, > > see the line with "-Djump... that should be on the previous line > > same for -plug-in-dir

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

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Larry Becker
SSPATH=%_CLASSPATHCOMPONENT%;%CLASSPATH% > > > > Larry 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 ri

Re: [JPP-Devel] list confusion

2007-09-14 Thread Larry Becker
It isn't for me to say which list is right, :-) however there is more JUMP developer traffic on jump-pilot-devel than any other list that I know of. Larry On 9/14/07, Edgar Soldin <[EMAIL PROTECTED]> wrote: > .. i am confused .. which list is the right one? > > regards ede > > -- > public class

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, > > >

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

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

2007-09-17 Thread Larry Becker
gt; and huge memory sizes to allow processing 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 interest

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Larry Becker
eficial if one digitizes. > > > > where would be the best position to add such a layer attribute. > > Layerable? or Layer? > > > > stefan > > > > Michaël Michaud schrieb: > > > Hi Larry, > > > > > > Excellent plugin ! > > > > &g

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]>

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

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] Layer Properties

2007-09-17 Thread Larry Becker
to the user, so that he doesn't get confused about why things don't > appear to be working like normal. > > Larry Becker wrote: > > Hi Stefan, > > > >I just looked at the code and it appears we already have a > > selectable property in Layer. However, th

Re: [JPP-Devel] Drag'n'Drop?

2007-09-17 Thread Larry Becker
Looked into it (accidentally) when we were implementing Category dragging (not in OJ yet). It looked pretty hard - more than a days work. Those uDig folks cheat - they use RCP. Larry On 9/17/07, Martin Davis <[EMAIL PROTECTED]> wrote: > My day to be ideas guy. > > Has anyone looked at implemen

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

2007-09-17 Thread Larry Becker
; wrote: > Larry, > > Looking at your (or is this in OJ now?) Layer Info dialog - would it be > worth adding the extent of the layer (as a POLYGON wkt string) to the > information listed? > > Larry Becker wrote: > > I put my new Vista PC together this weekend and fixed the Vista

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Larry Becker
In > particular, this lets multiple lines of data be shown. Seems like the > current Layer tooltip info could be dramatically enhanced - maybe even > to provide most of the things which are shown in the current Layer Info > box!? > > Larry Becker wrote: > > How about

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 m

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

2007-09-17 Thread Larry Becker
running > an a dual 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 la

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

2007-09-17 Thread Larry Becker
It seems like to me that for most kinds of simple help that it would be better to use html and store the documents in the jar. Java can display simple html well enough for help. Larry On 9/17/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I decided that I would try Peppe's idea of using PDF

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

2007-09-18 Thread Larry Becker
huge memory sizes to allow processing massive 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

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"

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 > Layer

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

2007-09-18 Thread Larry Becker
ethod, then you'd save a whole bunch 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

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

2007-09-18 Thread Larry Becker
and not embedded in OJ. > I think we can leave opened 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 > >

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

2007-09-18 Thread Larry Becker
r SkyJUMP? I will be > putting 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

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

2007-09-18 Thread Larry Becker
jump version created. > > Vivid JUMP > +- OpenJUMP > +- My JUMP Core > +- My Other Plugins > > One way to enforce this would be to modularise open JUMP and enforce the > dependencies. > > Paul > > Larry Becker wrote: > > True. The trick is

Re: [JPP-Devel] Thoughts on ZoomRealtimeTool behaviour

2007-09-18 Thread Larry Becker
red with the LayerViewPanel, and not with an individual plug-in > like the pan tool. but maybe this is too complicated? > > The Sunburned Surveyor > > On 9/17/07, Larry Becker <[EMAIL PROTECTED]> wrote: > > Hi Martin, > > > > On 9/17/07, Martin Davis <[EMAIL

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

Re: [JPP-Devel] Copyright header

2007-09-18 Thread Larry Becker
I copyright everything we write in our company's name (ISA). Since everything is GPL, I think the important thing is for someone to claim copyright, since only the copyright holder can relicense. regards, Larry On 9/18/07, Paul Austin <[EMAIL PROTECTED]> wrote: > Is there a standard copyright he

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

2007-09-18 Thread Larry Becker
of > source code until I started using JUMP, and it is the only reason I > learned Java. Even though I program for other reasons now, I always > try to write my source code to be read and understood by someone just > beginning to look "inside the box". > > The Sunburn

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

2007-09-18 Thread Larry Becker
://www.literateprogramming.com/"; > > A qoute from the website that sums it up for me: "Let us change our > traditional attitude to the construction of programs: Instead of > imagining that our main task is to instruct a computer what to do, let > us concentrate rather on

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 is

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 9/22

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 fro

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]> w

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] Checking Java version?

2007-09-24 Thread Larry Becker
After looking over the literature, I don't see a cross-platform solution that wouldn't add to the potential problem. I'm concerned that it might incorrectly stop JUMP from running when it was actually possible, due to variations in the platform and JVM. If it makes it as far as displaying the spl

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

[JPP-Devel] DBF required in compressed shapefile

2007-09-25 Thread Larry Becker
thout a problem. Sounds 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) Vis

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

2007-09-25 Thread Larry Becker
he CompressedFile class throws 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: > > App

Re: [JPP-Devel] Clarification of Edit top-level-menu item names in English...

2007-09-26 Thread Larry Becker
I agree with Michaël, and thanks to him for cleaning up the translations. Thanks to Landon and Peppe for their work on the documentation and interface consistency. regards, Larry On 9/26/07, Michaël Michaud <[EMAIL PROTECTED]> wrote: > > > > > >For example, the "add new feature" and "view/edit f

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

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 h

Re: [JPP-Devel] new tracker on SF for usability and translation improvements

2007-09-27 Thread Larry Becker
Nice work Stefan. I put in the first usability tracker entry for the MrSID on linux problems. Larry On 9/27/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > > Hey all, > > here the link for the new tracker: > > https://sourceforge.net/tracker/?atid=997723&group_id=118054&func=browse > > so now

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 do

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 co

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] 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] @Michael - revison on CAD

2007-10-01 Thread Larry Becker
Hi Michaël, As I might have mentioned before, we use your dxf plugin extensively. I have been meaning to write that auto-style script too. Hope you get it done first :-) There are some issues with styling text, since you don't usually want the point displayed, and also, by default, the text

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

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

Re: [JPP-Devel] Warning: Possible Linux Or JUMP Bug

2007-10-03 Thread Larry Becker
>From the 1.2D pre-release notes: Bug fixes and Improvements done since release of OpenJUMP 1.2 B: - fixed a problem with the window turning black when an Image Layer was added due to the graphics context composite being changed. Larry On 10/3/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: >

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

2007-10-03 Thread Larry Becker
t would use 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 <[E

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

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

2007-10-03 Thread Larry Becker
e I18N problem solved (Paul, 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 ;

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

2007-10-03 Thread Larry Becker
t is the > "style" purpose and not a geometry type problem, but I may have 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 brea

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

2007-10-04 Thread Larry Becker
I got a version of the new Extract Layers plugin working last night. I didn't implement the annotation extraction as this would have required new code. I'll check it in as soon as I do some more testing and internationalize it. regards, Larry On 10/3/07, Larry Becker <[EMAIL PROT

Re: [JPP-Devel] Language files

2007-10-07 Thread Larry Becker
Hi Jukka, I'm now using prbeditor (https://prbeditor.dev.java.net/ ) which Michaël recommended. It takes care of the translation property sheets in the way you are describing. Using this editor should take care of the problem of missing keys. About the drag and drop function, Paul said he wou

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

2007-10-08 Thread Larry Becker
handles 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? re

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

2007-10-08 Thread Larry Becker
he selection system itself. > > I wonder how much people are using OpenJUMP's ability to select > "parts" of features. > > Just my thoughts. I don't think it would take me long to cook up the > simple "whole-feature-selection-only" system I am talkin

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 simpl

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

2007-10-08 Thread Larry Becker
, but it should stay smaller, > and it is really a worst case. > Maybe there are other reasons why the selection is so large and slow : > hard copy of features, cache, undo/redo management ? > > Anyway, thanks for the continuous improvement of OpenJUMP performances. > >

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

2007-10-08 Thread Larry Becker
t; > > selecting with a fence is not a general solution for the selection > > > problem. A selection can be the result of a query or any set of > features > > > without any particular spatial relationship. > > > I wonder why collections containing selection are so &quo

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 n

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

2007-10-09 Thread Larry Becker
Sounds fine to me. Larry On 10/8/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > > I think that will be just fine Larry. Do you have any problem with me > changing the last check box label for the English translation? > > SS > > On 10/8/07, Larry Becker <[EMAI

<    1   2   3   4   5   6   7   8   9   10   >