Dragging to reorder rows in table not working
Dragging to reorder rows in table not working
- Subject: Dragging to reorder rows in table not working
- From: Todd Blanchard <email@hidden>
- Date: Sun, 9 Sep 2007 22:52:29 -0700
What am I missing? My table data source implements
tableView:writeRowsWithIndexes:toPasteboard: and returns YES to
indicate it wants to allow dragging. This gets called and I can drag
an image representing the row around.
But tableView:validateDrop:proposedRow:proposedDropOperation: is
never called and neither is tableview:acceptDrop:row:dropOperation:
Any ideas why? I just want to allow reordering in the same table.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden