Re: Modernising dragging problem
Re: Modernising dragging problem
- Subject: Re: Modernising dragging problem
- From: Graham Cox <email@hidden>
- Date: Sat, 31 Jan 2015 12:48:28 +1100
> On 31 Jan 2015, at 10:25 am, Kyle Sluder <email@hidden> wrote:
>
> Does the source implement the required method -[<NSDraggingSource>
> draggingSession:sourceOperationMaskForDraggingContext:]? This is the new
> replacement for -draggingSourceOperationMaskForLocal:.
Ah, thanks - It wasn't - but having corrected that, it hasn't fixed my issue.
I've also checked whether the immediate return of the new method would cause a problem (e.g. if the caller were doing stuff after starting the drag that was assuming the drag had completed). It's not - in fact it's just being called from a simple -[NSView mouseDown:] event handler with no other code.
--Graham
_______________________________________________
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