Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-30 Thread Juliana Barros
Good Ideas! I will try to apply this to the core.On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED] > wrote:I like Larry's idea for the UI. Simple but functional, and in theright place too! The Sunburned SurveyorOn 8/29/06, Larry Becker <[EMAIL PROTECTED]> wrote:> Sounds like a great feature.  For a

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Sunburned Surveyor
I like Larry's idea for the UI. Simple but functional, and in the right place too! The Sunburned Surveyor On 8/29/06, Larry Becker <[EMAIL PROTECTED]> wrote: > Sounds like a great feature. For a UI, how about putting "Selectable" under > "Editable" on the layer list right-click menu? > > regards

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Larry Becker
Sounds like a great feature.  For a UI, how about putting "Selectable" under "Editable" on the layer list right-click menu?regards,LarryOn 8/29/06, Stefan Steiniger <[EMAIL PROTECTED]> wrote: Hei Juliana,i guess your idea is the best, to add a property to the Layer class(Layerable?)and then change

Re: [JPP-Devel] Unselectable Layer -- pls. Ugo/Larry/Udo have a look

2006-08-29 Thread Stefan Steiniger
Hei Juliana, i guess your idea is the best, to add a property to the Layer class (Layerable?) and then change the selection tool /method I think we should apply this to the core as well ... if e.g.Ugo or Larry think the same stefan Juliana Barros wrote > Thanks for your help! > I Think I wi

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
O.K. I should mention I made a mistake in my previous post. This method: public void getPermittedLayersForTool(String ToolName) should return an array or collection of Strings, not void. Keep me posted on your progress. I'd like to take a look at your work when you are finished. The Sunburned

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Juliana Barros
Thanks for your help! I Think I will change the OpenJump source but I will make a simple modification specifically at Layer class and CursorTool.On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Thanks for the extra information. That helps some!I'm going to take a stab at this, although th

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
Thanks for the extra information. That helps some! I'm going to take a stab at this, although there are others on the list that may no better than me. I'm still learning OpenJUMP's code base. I think there are two ways to go here. You can try to change the feature selection and identification to

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Juliana Barros
Hi Sunburned,The first option! "Users can't select features from this layer with the featureselection or identification tools".I´m looking for a programattic technique.Thanks,Juliana On 8/29/06, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: Juliana,When you say "unselectable", which of the followin

Re: [JPP-Devel] Unselectable Layer

2006-08-29 Thread Sunburned Surveyor
Juliana, When you say "unselectable", which of the following do you mean?: [1] Users can't select features from this layer with the feature selection or identification tools. [2] Users can't make this layer editable? [3] Users aren't allowed make this layer not paint/paint on the layer view. [