Re: making a clickable link in NSTableView

2011-06-19 Thread Rick C.
> From: "Rick C." > To: "Cocoa Development" > Sent: Sunday, June 19, 2011 4:08:11 AM > Subject: making a clickable link in NSTableView > > Hello, > > I currently have a NSTableView which displays a list of files and normally > the table view is no

Re: making a clickable link in NSTableView

2011-06-19 Thread Lee Ann Rucker
Look at "TableViewLinks/NSAttributedStringAdditions.m" in the sample code. - Original Message - From: "Rick C." To: "Cocoa Development" Sent: Sunday, June 19, 2011 4:08:11 AM Subject: making a clickable link in NSTableView Hello, I currently have a NSTabl

Re: making a clickable link in NSTableView

2011-06-19 Thread Houdah - ML Pierre Bernard
Hi! Here is the solution I got from DTS: http://dl.dropbox.com/u/2381634/DTS/TableViewLinks-updated.zip At a later WWDC they introduced a more evolved version of the same code: http://developer.apple.com/library/mac/#samplecode/CocoaTipsAndTricks/Introduction/Intro.html Best, Pierre Bernard Ho

making a clickable link in NSTableView

2011-06-19 Thread Rick C.
Hello, I currently have a NSTableView which displays a list of files and normally the table view is not clickable or selectable. In this list of files I actually display the file path as a subtitle to the file name. What I would like to do is to turn that file path into a clickable link that