Re: 2 Beginner Bindings Questions

2010-11-03 Thread Peter Zegelin
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

Re: 2 Beginner Bindings Questions

2010-11-03 Thread Peter Zegelin
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

Re: 2 Beginner Bindings Questions

2010-11-02 Thread Quincey Morris
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

2 Beginner Bindings Questions

2010-11-02 Thread Peter Zegelin
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