Re: checkBox clickable from a Rule

2012-03-29 Thread Philippe Rabier
However, on a list page I had to remove the or's and have three lines. > > (task = 'edit' and entity.name = 'Brief') and propertyKey = 'abECD') > (task = 'edit' and entity.name = 'Brief') and propertyKey = > 'estimateApproved&#

Re: checkBox clickable from a Rule

2012-03-29 Thread Ramsey Gurley
roved') > (task = 'edit' and entity.name = 'Brief') and propertyKey = 'abPresident') > > Is this expected behavior? > > Ted > > > --- On Thu, 3/29/12, Ramsey Gurley wrote: > >> From: Ramsey Gurley >> Subject: Re: checkBox clicka

Re: checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
;edit' and entity.name = 'Brief') and propertyKey = 'estimateApproved') (task = 'edit' and entity.name = 'Brief') and propertyKey = 'abPresident') Is this expected behavior? Ted --- On Thu, 3/29/12, Ramsey Gurley wrote: > From: Ramsey Gurley >

Re: checkBox clickable from a Rule

2012-03-29 Thread David Holt
Sorry Ted, I completely misunderstood your question. You don't WANT to edit the boolean :-) Ramsey is correct. David On 2012-03-29, at 10:31 AM, Ramsey Gurley wrote: > It sounds like you're using an edit boolean component on a list page. If > that's the case, you need to change it to a disp

Re: checkBox clickable from a Rule

2012-03-29 Thread Ramsey Gurley
It sounds like you're using an edit boolean component on a list page. If that's the case, you need to change it to a display boolean. You may have created a rule that is too broad like entity.name = "Blah" and propertyKey = "thing" => componentName = EditBoolean Where you need to either use t

Re: checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
I have done this before with a font and CSS, so I guess I will do it again. Ted --- On Thu, 3/29/12, David Holt wrote: > From: David Holt > Subject: Re: checkBox clickable from a Rule > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Thursday

Re: checkBox clickable from a Rule

2012-03-29 Thread David Holt
Hi Ted, You'll actually need to use the EditableList page to be able to save any changes that are made. There are some issues with Ajax/Pagination if I recall correctly. I just make sure that all objects are displayed in one page to get around that. If that doesn't suit your needs, you may need

checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
I have a list page that shows an object that has a few checkboxes. I want to make the check boxes un clickable on the ListPage. ((pageConfiguration = 'ListBrief' and propertyKey = 'abECD') or propertyKey = 'abPresident' or propertyKey = 'estimateApproved') Is there a RHK to set to false to ma