>
>> 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.
>
>
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
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
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
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
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