Re: -draggingEntered: never gets called
Re: -draggingEntered: never gets called
- Subject: Re: -draggingEntered: never gets called
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 5 May 2008 23:25:39 +0200
On May 5, 2008, at 11:02 PM, Michael Gardner wrote:
I'm trying to implement drag & drop in an NSView subclass. I made
sure that the source returns NSDragOperationMove in -
draggingSourceOperationMaskForLocal:, and that the destination
calls -registerForDraggedTypes: with the same (custom) type that
the source uses for the drag operation.
The drag operation starts properly, but the destination's -
draggingEntered: method never gets called, no matter what I do.
What could cause this? Does it matter if the source and destination
are the same object?
What methods did you implement in your view for drag& drop?
Did you log the content of the pasteboard after the drag is initiated?
_______________________________________________
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