Cannot D&D from an NSTableView
Cannot D&D from an NSTableView
- Subject: Cannot D&D from an NSTableView
- From: Koen van der Drift <email@hidden>
- Date: Sun, 13 Nov 2011 21:12:26 -0500
Hi,
I am setting up D&D from an NSTableView, but I cannot drag any items. I have added registerForDraggedTypes and - (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes:(NSIndexSet *)rowIndexes toPasteboard:(NSPasteboard *)pboard to my table view controller, and the controller is both the datasource and delegate for the table view. The latter method does not even get called.
What am I missing? I am using Xcode 4.2 on 10.7.2.
- Koen._______________________________________________
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