Re: Binding to an NSArrayController however binding is 1-way only.

2008-09-18 Thread Ken Thomases
On Sep 17, 2008, at 10:25 AM, dreamcat7 wrote: I am stuck finding a solution for my array of arrays problem. - A problem with a twist ! Quincy Morris has already explained that bind:toObject:withKeyPath:options: doesn't do what you guessed it might. Here's how I would explain it (after

Re: Binding to an NSArrayController however binding is 1-way only.

2008-09-18 Thread dreamcat7
On 18 Sep 2008, at 11:44, Ken Thomases wrote: 1) If you for some reason find that using bindings with NSTableView is too restrictive, you might want to think about falling back to the pre-bindings way of populating a table view: the data source. Yes, noted. 2)... If you implement the

Binding to an NSArrayController however binding is 1-way only.

2008-09-17 Thread dreamcat7
Hello, I am stuck finding a solution for my array of arrays problem. - A problem with a twist ! For the data must be displayed in an NSTableView and therefore it must be structured in a particular way. Mutable array of [items] with keypaths in each item making up the columns of each