Re: Mixing TableView Bindings

2010-02-06 Thread Jerry Krinock
On 2010 Feb 05, at 13:47, Joe wrote: > Since the array controller's "object controller" can be set to a class or to > an entity but not both, I don't see how managed and unmanaged data can be > mixed. The short answer is: "Just do it". I do it all the time. As long as the object is KVC com

Re: Mixing TableView Bindings

2010-02-05 Thread Matt Neuburg
On Wed, 3 Feb 2010 08:32:53 -0700, Joe said: >Hello, > >I have a NSTableView with a column of checkboxes. I have the checkbox value bound to an NSInteger instance in a class which is in an array bound as the content to an array controller. When the program starts the column is filled with 16 rows

Re: Mixing TableView Bindings

2010-02-05 Thread Jerry Krinock
On 2010 Feb 03, at 07:32, Joe wrote: > I have a NSTableView with a column of checkboxes. I have the checkbox value > bound to an NSInteger instance in a class which is in an array bound as the > content to an array controller. The checkbox cell should not be bound to anything. (Note: It's a c