Mixing TableView Bindings

2010-02-07 Thread Joe
> >> 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 compliant, it will work. > >

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

Mixing TableView Bindings

2010-02-05 Thread Joe
On Feb 5, 2010, at 9:52 AM, cocoa-dev-requ...@lists.apple.com 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

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

Mixing TableView Bindings

2010-02-04 Thread Joe
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 and the checkbox is set to off. Other columns