NSTableColumn's sort key in Interface Builder

2009-03-30 Thread Mike Manzano
Hello, I have a table view whose delegate's - tableView:objectValueForTableColumn:row: returns an NSDictionary with key value pairs that look like this for each of its columns (the columns' cells are responsible for extracting some subset of this dictionary to display to the user): {

Re: NSTableColumn's sort key in Interface Builder

2009-03-30 Thread Corbin Dunn
On Mar 30, 2009, at 12:16 PM, Mike Manzano wrote: Hello, I have a table view whose delegate's - tableView:objectValueForTableColumn:row: returns an NSDictionary with key value pairs that look like this for each of its columns (the columns' cells are responsible for extracting some subset

[SOLVED] Re: NSTableColumn's sort key in Interface Builder

2009-03-30 Thread Mike Manzano
Doh! On Mar 30, 2009, at 1:00 PM, Corbin Dunn wrote: On Mar 30, 2009, at 12:16 PM, Mike Manzano wrote: Hello, I have a table view whose delegate's - tableView:objectValueForTableColumn:row: returns an NSDictionary with key value pairs that look like this for each of its columns (the