Another thing. You should also implement:
- (NSDragOperation)tableView:(NSTableView *)aTableView validateDrop:(id <NSDraggingInfo >)info proposedRow:(NSInteger)rowproposedDropOperation:(NSTableViewDropOperation)operation This should check whether 'BFDragPasteboardType' is actually present on the pasteboard, using the pb method -availableTypeFromArray: and return NSDragOperationCopy if it's there, and NSDragOperationNone otherwise. Look up "Drag and Drop in Tables" in the "Tableview Programming Guide". It tells you all you need to know. --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com