Re: Can't sort NSTableView

2008-06-19 Thread Michael Kaye
I second that. New to Cocoa so resources like this are a great help (currently doing bindings in Hillegas so pretty relevant at the moment). Thanks, M. On 19 Jun 2008, at 18:46, Brent Fulgham wrote: On Thu, Jun 19, 2008 at 10:24 AM, mmalc crawford <[EMAIL PROTECTED]> wrote:

Re: Can't sort NSTableView

2008-06-19 Thread Brent Fulgham
On Thu, Jun 19, 2008 at 10:24 AM, mmalc crawford <[EMAIL PROTECTED]> wrote: > > -> Disabling sorting in a tableview > > mmalc mmalc's note reminds me: I would like to publicly thank him for this great resource. The examples and docum

Re: Can't sort NSTableView

2008-06-19 Thread mmalc crawford
On Jun 19, 2008, at 9:38 AM, Trygve Inda wrote: I have an NSTableView tied to an NSArrayController After I populate the array, the table does show the data via bindings on each of the columns. However, clicking a column header does nothing - how can I make it sort? I'd guess you're miss

Re: Can't sort NSTableView

2008-06-19 Thread Trygve Inda
> On Thu, Jun 19, 2008 at 5:16 PM, Trygve Inda <[EMAIL PROTECTED]> wrote: > >> I have an NSTableView tied to an NSArrayController >> >> After I populate the array, the table does show the data via bindings on >> each of the columns. However, clicking a column header does nothing - how >> can I ma

Can't sort NSTableView

2008-06-19 Thread Trygve Inda
I have an NSTableView tied to an NSArrayController After I populate the array, the table does show the data via bindings on each of the columns. However, clicking a column header does nothing - how can I make it sort? I have done this before in IB2 and it sorted ok, but I can't make this new proj