Re: Sorted Table Column

2009-12-15 Thread Sean McBride
On 12/14/09 10:09 PM, Graham Cox said: >>> I have an NSTableView with just one column, filled by some >NSArrayController. >>> >>> Initially the items are not in any recognizable order. >>> When I click on the NSTableHeaderView a triangle appears and now the >items are nicely sorted. >>> >>> Is it

Re: Sorted Table Column

2009-12-14 Thread Gerriet M. Denkmann
On 14 Dec 2009, at 18:09, Graham Cox wrote: > > On 14/12/2009, at 10:00 PM, Graham Cox wrote: > >> >> On 14/12/2009, at 9:56 PM, Gerriet M. Denkmann wrote: >> >>> I have an NSTableView with just one column, filled by some >>> NSArrayController. >>> >>> Initially the items are not in any rec

Re: Sorted Table Column

2009-12-14 Thread Graham Cox
On 14/12/2009, at 10:00 PM, Graham Cox wrote: > > On 14/12/2009, at 9:56 PM, Gerriet M. Denkmann wrote: > >> I have an NSTableView with just one column, filled by some NSArrayController. >> >> Initially the items are not in any recognizable order. >> When I click on the NSTableHeaderView a tri

Re: Sorted Table Column

2009-12-14 Thread Graham Cox
On 14/12/2009, at 9:56 PM, Gerriet M. Denkmann wrote: > I have an NSTableView with just one column, filled by some NSArrayController. > > Initially the items are not in any recognizable order. > When I click on the NSTableHeaderView a triangle appears and now the items > are nicely sorted. > >

Sorted Table Column

2009-12-14 Thread Gerriet M. Denkmann
I have an NSTableView with just one column, filled by some NSArrayController. Initially the items are not in any recognizable order. When I click on the NSTableHeaderView a triangle appears and now the items are nicely sorted. Is it possible (either in InterfaceBuilder or programmatically) to ma