Disabling NSTableView's text cell wrap-around tool tip?
Disabling NSTableView's text cell wrap-around tool tip?
- Subject: Disabling NSTableView's text cell wrap-around tool tip?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 25 Mar 2008 14:46:04 -0600
I checked the archives but didn't see anything.
At some point in time (probably 10.5), a new feature was added to
NSTableView where mousing over a row & column that displays more than
one line of text throws up a table view containing all of the row &
column's text.
That's nice, but my application auto-resizes each table view row so
that the text fits perfectly within its row & column. Moreover, it
sets its own tool tips for NSTableView rows using the -
tableView:toolTipForCell:... delegate method. So how do I turn this
feature off? Right now, when mousing over a row that has more than one
line, I'm seeing two different tool tips, and I only want to see my own.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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