I have a source-list NSTableView, and an NSMatrix subclass plus
another NSTableView representing the same data as the matrix (icon vs.
list view). Dragging from the list view to the source list is work
great. For the NSMatrix, I implemented my own drag-and-drop support,
and although the drag image is appearing correctly, the source list
won't accept the drops. It doesn't even call
-tableView:validateDrop:proposedRow:proposedDropOperation:.
And it returns the proper drag mask in -draggingSourceOperationMaskForLocal:.
Any ideas what I'm doing wrong?
Larry
_______________________________________________
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