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 (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