Re: tableView:objectValueForTableColumn: number column

2010-02-02 Thread Graham Cox
On 02/02/2010, at 11:39 PM, Hado Hein wrote: > eturnvalue = [[NSString stringWithFormat:@"%d", rowIndex] > autorelease]; > That works fine. No it doesn't, because: > For convinience I wanted to provide the users with a numbering column in > the front. > The problem is that, at this point of c

tableView:objectValueForTableColumn: number column

2010-02-02 Thread Hado Hein
I have a table view which is feeded from an array. - (id)tableView: (NSTableView *) aTableView objectValueForTableColumn: (NSTableColumn *) aTableColumn row: (int) rowIndex { CFStringRef returnvalue = 0; CFDictionaryRef fixture = [[deviceMenu selectedItem] representedObject]; CFMutableArr