Hello list,

I have an application the contains a single NSTableView with 2 columns that are the default NSTextFieldCell.

Everything is done through delegates, there is no binding.

I use NSMutableAttributedString to format the text and URL data to display in the second column. This works fine.

Now I want the user to be able to click on the URL link and go directly to the site the link points to without being in an 'edit' mode. This should be done with only one click!

Everything seems to work fine except that I am forced to click on the URL link multiple times to get it to work correctly.

So the question is how do I get the NSTextFieldCell to respond to one or two clicks?

I've checked all over the web and there is lots of old, confusing and contradictory information out there and even apple's on documentation isn't very clear.

Can anyone give me and example or point me where I can find the answer?


Thanks,

ran6110

_______________________________________________

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