On Jan 15, 2010, at 9:59 AM, Keary Suska wrote:
> On Jan 14, 2010, at 9:47 AM, Gerd Knops wrote:
>
>> I have a typical NSTableView setup where the column content is provided by
>> an NSArrayController.
>>
>> Now say a column is bound to arrayController.arrangedObjects key path
>> a.b.c.d.
>>
On Jan 14, 2010, at 9:47 AM, Gerd Knops wrote:
> I have a typical NSTableView setup where the column content is provided by an
> NSArrayController.
>
> Now say a column is bound to arrayController.arrangedObjects key path a.b.c.d.
>
> In this scenario if "b" changes (even in a KVO-complient way
On Jan 14, 2010, at 08:47, Gerd Knops wrote:
> I have a typical NSTableView setup where the column content is provided by an
> NSArrayController.
>
> Now say a column is bound to arrayController.arrangedObjects key path a.b.c.d.
>
> In this scenario if "b" changes (even in a KVO-complient way),
I have a typical NSTableView setup where the column content is provided by an
NSArrayController.
Now say a column is bound to arrayController.arrangedObjects key path a.b.c.d.
In this scenario if "b" changes (even in a KVO-complient way), it will still
result in an NSInternalInconsistencyExcept