Skip navigation.
 
mlTracking the mouse in a cell in a NSTableView
FROM : Óscar Morales Vivó
DATE : Mon Jul 31 23:56:16 2006

I've noticed that the default behavior when tracking the mouse in a 
table view is for the tracking cell to stop tracking once the mouse 
gets out of its bounds. The problem is that I haven't found any 
reasonable way to change that (short of subclassing NSTableView, 
which is something I'll eventually have to do but would rather delay 
as much as possible).

Is there any good way to change that tracking behavior? (similar to 
the options that NSMatrix offers). If I've missed something obvious 
let me know. Otherwise suggestions for the less cumbersome way to do 
it would be welcome.

Thanks in advance:

Óscar Morales Vivó. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (<email_removed>)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlTracking the mouse in a cell in a NSTableView Óscar Morales Vivó Jul 31, 23:56
mlRe: Tracking the mouse in a cell in a NSTableView Corbin Dunn Aug 1, 00:35
mlRe: Tracking the mouse in a cell in a NSTableView Óscar Morales Vivó Aug 1, 22:09