Hi Experts,
Am trying to implement "drag and drop" for a NSCollectionView (similar to
icon view in Finder), although on starting the drag I get following
callbacks:

– collectionView:writeItemsAtIndexes:toPasteboard:
and
– collectionView:draggingImageForItemsAtIndexes:withEvent:offset:

*but none of the following callbacks on dropping:*
– collectionView:validateDrop:proposedIndex:dropOperation:
and
– collectionView:acceptDrop:index:dropOperation:

Any idea on what am missing here?

TIA,
Alex
_______________________________________________

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