I've got tableViews, 2 of 'em actually, that support dropping items.
One does NSTableViewDropAbove and the other does NSTableViewDropOn.
Both exhibit the same problem, a residual visual indicator if the
drag leaves the target while still hovering over a valid proposed row
which has responded with a NSTableViewDropOperation.
draggingExited doesn't give me access to the proposed row.
Even if it did, there is no NSTableViewDropOperation which would
allow me to say: None.
How do I clean up this stray (boxed row) or (line indicator) when the
drag source leaves the tableView?
Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden