On Sep 12, 2010, at 6:05 AM, Johan Rydberg <johan.rydb...@gmail.com> wrote:
> Kyle, > > if your data source just acts as source, and not destination, there's now in > the writeRows-method to know where the rows will end up. Hense, it's not > possible to do move between tables in different application (where > acceptDrop:row:... will never be called for the drag data source). Right? Are you doing a drag between applications or within the same application? You are discouraged from implementing drag-to-move between applications because there's no obvious undo pattern. The user can't undo the move from either application. Drag between apps (and between documents) should always be a copy. --Kyle Sluder_______________________________________________ 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