How to cleanup visual feedback from setDropRow
How to cleanup visual feedback from setDropRow
- Subject: How to cleanup visual feedback from setDropRow
- From: Steve Cronin <email@hidden>
- Date: Tue, 28 Feb 2006 23:30:55 -0600
Folks;
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:
This email sent to email@hidden