Re: Solved: Re: Using multiple bindings to enable a button

2015-02-11 Thread Steve Mills
On Feb 11, 2015, at 13:51:29, Ken Thomases wrote: > > The selectedObjects property never returns those placeholders. Only the > selection property does that. However, that wouldn't support @count, I don't > think. @count appears to work on selection when I tested it, FYI. > I believe it sho

Re: Solved: Re: Using multiple bindings to enable a button

2015-02-11 Thread Ken Thomases
On Feb 11, 2015, at 1:25 PM, Steve Mills wrote: > On Feb 11, 2015, at 13:06:20, Steve Mills wrote: >> >> This also sparked my understanding of the other binding attributes, like >> Multiple Values Placeholder and such, resulting in me not needing my special >> EnableOnlyFor1ItemXformer value

Re: Solved: Re: Using multiple bindings to enable a button

2015-02-11 Thread Steve Mills
On Feb 11, 2015, at 13:06:20, Steve Mills wrote: > > This also sparked my understanding of the other binding attributes, like > Multiple Values Placeholder and such, resulting in me not needing my special > EnableOnlyFor1ItemXformer value transformer on the array controller > selectedObjects.@

Solved: Re: Using multiple bindings to enable a button

2015-02-11 Thread Steve Mills
Thanks for the mental prodding, guys. I did some sleuthing by added an observer for the array controller's selectedObjects.@count in code so I could watch it as well as the comboStringValue property. When the selection changed and the combobox was empty, I noticed the comboStringValue property w