Re: NSTableView & Multiple Columns

2010-07-20 Thread Graham Cox
On 19/07/2010, at 9:32 AM, Robb wrote: > I'm trying to setup a table view with multiple columns, but I can't figure > out how to identify any particular column. > what does [tablecolumn identifier] actually return so i can compare it? I > assumed a string, but that didn't work. So my question

Re: NSTableView & Multiple Columns

2010-07-20 Thread Quincey Morris
On Jul 18, 2010, at 16:32, Robb wrote: > I'm trying to setup a table view with multiple columns, but I can't figure > out how to identify any particular column. > what does [tablecolumn identifier] actually return so i can compare it? I > assumed a string, but that didn't work. So my questions

NSTableView & Multiple Columns

2010-07-20 Thread Robb
I'm trying to setup a table view with multiple columns, but I can't figure out how to identify any particular column. what does [tablecolumn identifier] actually return so i can compare it? I assumed a string, but that didn't work. So my questions is, what do I do with the NSTableColumn thats