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
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