Look at "TableViewLinks/NSAttributedStringAdditions.m" in the sample code.

----- Original Message -----
From: "Rick C." <rickcort...@gmail.com>
To: "Cocoa Development" <cocoa-dev@lists.apple.com>
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 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 when clicked would do the 
equivalent of Reveal in Finder.  Ideally the file path in my table view would 
look the way it does currently but when the mouse hovers over it then the 
cursor would change to a hand indicating it's a link.  I'm assuming I would 
have to turn the file path into an NSURL but could someone point me in the 
right direction how to make all of this happen?  Thanks!

rc_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/lrucker%40vmware.com

This email sent to lruc...@vmware.com
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to