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 (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 [EMAIL PROTECTED]

Reply via email to