Re: Issue sorting an NSTableView

2008-07-24 Thread Seth Willits
On Jul 24, 2008, at 8:48 AM, Timothy Reaves wrote: The documentation for NSTableView setSortDescriptors: starts off with "A table column is considered sortable if it has a sort descriptor that specifies the sorting ". I find this a bit puzzling as this is the documentation for NSTableView

Re: Issue sorting an NSTableView

2008-07-24 Thread Corbin Dunn
On Jul 24, 2008, at 8:48 AM, Timothy Reaves wrote: The documentation for NSTableView setSortDescriptors: starts off with "A table column is considered sortable if it has a sort descriptor that specifies the sorting ". I find this a bit puzzling as this is the documentation for NSTableVie

Issue sorting an NSTableView

2008-07-24 Thread Timothy Reaves
The documentation for NSTableView setSortDescriptors: starts off with "A table column is considered sortable if it has a sort descriptor that specifies the sorting ". I find this a bit puzzling as this is the documentation for NSTableView, not NSTableColumn. What is the correct formulat