NSTableView Drag-n-Drop Deletion
NSTableView Drag-n-Drop Deletion
- Subject: NSTableView Drag-n-Drop Deletion
- From: J Nozzi <email@hidden>
- Date: Sun, 18 Jul 2004 17:35:47 -0400
List:
I've seen many examples in many places for getting drag-n-drop
working with a table view. I've got it working well for dragging things
into the table view and reordering rows.
The question is, how do I implement deletion via drag-n-drop? That
is, I want to be able to delete a row if it is dragged and dropped
anywhere outside the table view.
I can't seem to find anything but the typical examples for getting
data from and to the TableView. Nothing about actually 'deleting' it
based on a drop anywhere outside the TableView's bounds. Can anybody
point me in the right direction?
Regards,
- J
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.