Hyperlinks in Table Views

2010-01-11 Thread David Doyle
Hi all; I'm trying to display a list of clickable hyperlinks inside a table view. The current approach I'm taking is to use a table column with a NSTextFieldCell data cell, with a value attribute that is bound to an attributed string value, constructed in a value transformer: - (id)transformed

RE: Hyperlinks in Table Views

2010-01-27 Thread David Doyle
I think I may have got this to work, so here goes: The data cell for the table column displaying the hyperlink is now a custom NSTextFieldCell with the following implementation over-ridden: - (NSUInteger)hitTestForEvent: (NSEvent *)event inRect: (NSRect