On Jul 15, 2011, at 01:40, Gideon King wrote:

> - (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes:(NSIndexSet 
> *)rowIndices toPasteboard:(NSPasteboard *)pboard {
>       return YES;
> }

This looks suspicious, because it's asking you to write specific rows to the 
pasteboard, and you don't. But I don't think this is the cause. 

> - (BOOL)tableView:(NSTableView*)tv acceptDrop:(id <NSDraggingInfo>)info 
> row:(int)row dropOperation:(NSTableViewDropOperation)op {
>       [[info draggingPasteboard] clearContents];
>       return NO;
> }

This looks even more suspicious. I don't think the pasteboard is yours to clear 
the contents of, and I can't even think of a reason you'd want to do this here.


_______________________________________________

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

Reply via email to