Alex,
I believe your problem may lie in:
-(id) table: (NSTableView*)tv
objectValueForTableColumn:(NSTableColumn*)tableColumn
row:(int) row
is not an implementation of tableView:objectValueForTableColumn:row: -
note you name it "table" rather than "tableView"
I coul
verlooked.
>
>
> On 6 Jun 2008, at 08:31, Cemil Browne wrote:
>
> Hi all,
>>
>> This might be a really silly question - but am I missing something
>> obvious?
>> Is there any support at all for regular expressions in the Cocoa
>> libraries?
>&g
Hi all,
This might be a really silly question - but am I missing something obvious?
Is there any support at all for regular expressions in the Cocoa libraries?
I can't find anything and I've found some third-party frameworks - but
surely something so necessary must be buried in the string classe