Re: Mouse Drag Ignore.
Re: Mouse Drag Ignore.
- Subject: Re: Mouse Drag Ignore.
- From: Seth Willits <email@hidden>
- Date: Tue, 11 May 2010 11:09:02 -0700
On May 11, 2010, at 10:46 AM, Sandro Noël wrote:
> ok, now, the drag operation happens in the window controller.
> as long as I do not have an item vie inserted into the items view i can drag anywhere on the window.
> as soon as I have a NSImageView in there the drag operation pauses for the time that the mouse is over the NSImageView
> any pixel space between the items resumes drag feedback.
I don't understand what you're trying to say here...
> Question: is it possible for the drag operation to be ignored by everything except the main window?
... but drag operations are only noticed by views that have registered for dragging of a type that is currently being dragged. If you don't want anyone but a particular destination to notice the drag, use a custom drag type that only that destination has registered for.
--
Seth Willits
_______________________________________________
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