On 03/11/2010, at 8:02 PM, Peter Zegelin wrote:
>>>
>>> My other question is related. I would like to enable the delete button only
>>> if there is a selection in the table. Again, I have tried binding the
>>> enabled property of the button to the controller with various combinations
>>> of C
On 03/11/2010, at 5:49 PM, Quincey Morris wrote:
> On Nov 2, 2010, at 23:08, Peter Zegelin wrote:
>
>> I am having great difficulty showing the same selection of items using
>> bindings. I would basically like to select rows in one table and have the
>> selection updated in the other.
>>
>> P
On Nov 2, 2010, at 23:08, Peter Zegelin wrote:
> I am having great difficulty showing the same selection of items using
> bindings. I would basically like to select rows in one table and have the
> selection updated in the other.
>
> Pretty well everything I have tried either causes an excepti
I have two instances of the same tableview and controller that I am keeping
synchronised via bindings to a common array. I have this working, in that I can
add items via a button in one view and the other view instantly updates. Same
with deleting selected items using [arrayController delete] v