Re: making a clickable link in NSTableView
Re: making a clickable link in NSTableView
- Subject: Re: making a clickable link in NSTableView
- From: Lee Ann Rucker <email@hidden>
- Date: Sun, 19 Jun 2011 09:55:40 -0700 (PDT)
Look at "TableViewLinks/NSAttributedStringAdditions.m" in the sample code.
----- Original Message -----
From: "Rick C." <email@hidden>
To: "Cocoa Development" <email@hidden>
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 (email@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden