Re: NSTableView column bindings and "deep" key paths

2010-01-15 Thread Gerd Knops
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. >>

Re: NSTableView column bindings and "deep" key paths

2010-01-15 Thread Keary Suska
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

Re: NSTableView column bindings and "deep" key paths

2010-01-14 Thread Quincey Morris
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),

NSTableView column bindings and "deep" key paths

2010-01-14 Thread Gerd Knops
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