Re: [JPP-Devel] Some comments on "Select Items By Circle From Selected Layers" command...

2007-04-17 Thread Stefan Steiniger
yes it is a bug stefan Sunburned Surveyor schrieb: > I was working on my new feature documentation this afternoon and I > noticed what might be a possible glitch in the "Select Items By Circle > From Selelcted Layers" command. (I'm assuming that this command is > implemented as a cursor tool.

Re: [JPP-Devel] Suggested Change

2007-04-17 Thread Stefan Steiniger
Sunburned Surveyor schrieb: > I was wondering if we might move the following commands to a "Selection" > or "Select" sub-menu under the "Edit" menu: > > Select Itmes By Fence From Selected Layers > Select Items By Circle From Selected Layers > Select By Geometry Type > Select Layer Items > Cle

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Stefan Steiniger
usually you have to make the changes in every XXXPlugIn class in the initialze method. Have a look on functions in the Tools\... main menu. probably you need to create a new entry in the class MenuNames.java but maybe wait 2 more days if other respond. stefan Sunburned Surveyor schrieb: > Can

Re: [JPP-Devel] Suggested Change

2007-04-17 Thread Sunburned Surveyor
Nacho, User opinions are the best type of opinion to have. I will see about working on the change for a "Select" sub-menu. The Sunburned Surveyor On 4/17/07, Nacho Uve <[EMAIL PROTECTED]> wrote: In my 'user opinion', a Sub-Menu is a nice idea. Nacho 2007/4/17, Sunburned Surveyor <[EMAIL PR

Re: [JPP-Devel] Some comments on "Select Items By Circle From Selected Layers" command...

2007-04-17 Thread Sunburned Surveyor
Thanks Stefan. I will file a bug report and add this to a list of things I need to take care of. Do you know what package I would find the class for this plug-in? I'm guessing it has been added to the "org.openjump" or "de" packages? Thanks, SS On 4/17/07, Stefan Steiniger <[EMAIL PROTECTED]> w

Re: [JPP-Devel] Suggested Change

2007-04-17 Thread Nacho Uve
In my 'user opinion', a Sub-Menu is a nice idea. Nacho 2007/4/17, Sunburned Surveyor <[EMAIL PROTECTED]>: I was wondering if we might move the following commands to a "Selection" or "Select" sub-menu under the "Edit" menu: Select Itmes By Fence From Selected Layers Select Items By Circle From

[JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Sunburned Surveyor
Can anyone tell me which class or classes I need to look at to modify the menu structure for OpenJUMP? I could probably find it digging through the Javadoc, but I thought someone could save me a little time. I will be adding a "Selection" sub-menu to the Edit top-level menu. Thanks for the help.

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Sunburned Surveyor
Thanks for the help Stefan. I'll look at the MenuNames class. I'll also wait for responses from other developers. SS On 4/17/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: usually you have to make the changes in every XXXPlugIn class in the initialze method. Have a look on functions in the T

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Larry Becker
See configToolsAnalysis() in JUMPConfiguration for an example. Larry On 4/17/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Thanks for the help Stefan. I'll look at the MenuNames class. I'll also wait for responses from other developers. SS On 4/17/07, Stefan Steiniger <[EMAIL PROTECTED]

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Sunburned Surveyor
Thanks Larry. Have any of the other JUMP brands experimented with a dynamic menu structure? I'm thinking of something that allows the menu structure to be built from an external text file... If one of the other teams had done this I would make it a priority for integration into OpenJUMP. The Su

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Larry Becker
Actually I would think JUMP already has as dynamic a menu system as I can imagine. Making a single document to describe the structure of menus would be what I would think of as "static". I really don't understand this constant need to redesign systems that work perfectly well. Wouldn't it be mo

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Sunburned Surveyor
I'm just throwing around some ideas Larry. I apologize if I have frustrated you. I guess I base a lot of what I'd like to see in JUMP on the programs I deal with on a daily basis. A lot of my perspective comes from AutoCAD, because I spend more time using that program than I do with my wife. :] T

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Larry Becker
Hey, no sweat. Apparently, I need to cut down on my caffeine consumption. :-) I'm also familiar with AutoCAD and admire its design as well. One of the best designs for that type of program, IMHO, is to have complete separation between the "engine" and the GUI, then you connect the two with a sc

Re: [JPP-Devel] Moving OpenJUMP Development To 1.5 JDK...

2007-04-17 Thread David Zwiers
Open-Jumpers, Most of our customer based continues to use Java 1.4.2. Based on this, it is unlikely we will be upgrading Jump to a newer version of Java in the near future. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Doria Meunier Sent

Re: [JPP-Devel] Modifying Menu Structure

2007-04-17 Thread Sunburned Surveyor
Sounds like you know a good deal more about the design of OpenJUMP's menu system than I do. I'll stick with your advice for now and just add the sub-menu. Perhaps I'll have time to learn more about JUMP's menu system in the future. :] SS On 4/17/07, Larry Becker <[EMAIL PROTECTED]> wrote: He

Re: [JPP-Devel] Moving OpenJUMP Development To 1.5 JDK...

2007-04-17 Thread Sunburned Surveyor
Thanks for that input David. It sounds like we are already using Java 1.5 in OpenJUMP and it hasn't caused any problems so far. We will have to keep an eye out for compatibility problems. We do appreciate you keeping us "in the loop". That's what makes good cooperation possible. :] The Sunburned