Re: NSTableView Drag-n-Drop Deletion
Re: NSTableView Drag-n-Drop Deletion
- Subject: Re: NSTableView Drag-n-Drop Deletion
- From: Chuck Soper <email@hidden>
- Date: Sun, 18 Jul 2004 14:57:23 -0700
I just searched on cocoa.mamasam.com for: NSTableView AND trash AND drag
and found this:
http://cocoa.mamasam.com/COCOADEV/2003/10/1/74271.php
it looks applicable.
Chuck
At 5:35 PM -0400 7/18/04, J Nozzi wrote:
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.