Re: Removing sorting from NSTableView

2010-07-18 Thread Graham Cox
On 19/07/2010, at 3:12 PM, Scott Anguish wrote: > > On Jul 18, 2010, at 8:03 PM, Graham Cox wrote: >> There's not really any such thing as an "unsorted" order. >> > > I’d disagree. Perhaps in Core Data. But in the case of arrays there can be a > natural order. That's not unsorted, it's a nat

Re: Removing sorting from NSTableView

2010-07-18 Thread Scott Anguish
On Jul 18, 2010, at 8:03 PM, Graham Cox wrote: > > On 19/07/2010, at 4:10 AM, Gideon King wrote: > >> I guess if there isn't already something built in, I may have to either >> subclass something in the table header and make it three state, or maybe >> override somewhere in the tableview or a

Re: Removing sorting from NSTableView

2010-07-18 Thread Graham Cox
On 19/07/2010, at 4:10 AM, Gideon King wrote: > I guess if there isn't already something built in, I may have to either > subclass something in the table header and make it three state, or maybe > override somewhere in the tableview or array controller where it sets the > sort descriptors or p