Re: NSTableView auto sorting does not work

2011-02-14 Thread Chris Tracewell
> On Fri, Feb 11, 2011 at 5:14 PM, Chris Tracewell wrote: >> I have experienced that an NSTableview which is bound to an array controller >> will sometimes automatically sort when their column headers are clicked and >> sometimes not. As an example, I currently have two windows, each with a >>

Re: NSTableView auto sorting does not work

2011-02-12 Thread Chris Tracewell
> Did you actually bind the table view's sortDescriptors binding to the > array controller's sortDescriptors property? > No, but that's why I posted, trying to figure out when this can be avoided. > In the simplest case (all columns bound to different keys on the same > NSArrayController), NSTa

Re: NSTableView auto sorting does not work

2011-02-11 Thread Kyle Sluder
On Fri, Feb 11, 2011 at 5:14 PM, Chris Tracewell wrote: > I have experienced that an NSTableview which is bound to an array controller > will sometimes automatically sort when their column headers are clicked and > sometimes not. As an example, I currently have two windows, each with a > tablev

NSTableView auto sorting does not work

2011-02-11 Thread Chris Tracewell
I have experienced that an NSTableview which is bound to an array controller will sometimes automatically sort when their column headers are clicked and sometimes not. As an example, I currently have two windows, each with a tableview bound to an array controller. One tableview sorts, the other