On May 4, 2010, at 11:18 AM, vincent habchi wrote:
> Hi again, again, and… (let's be short :))
> 
> I have a NSView in a NSWindow. That NSView handles mouse events (mouseDown:, 
> Dragged:, Up:). But, to my great astonishment, the event propagates through 
> the underlying window, so that when I drag inside the view, the window also 
> moves. How come? Any idea?

Keeping it short: look up -[NSView mouseDownCanMoveWindow]. Override it to 
return NO if you never want a click in the view to drag the window.


-- 
Greg Parker     gpar...@apple.com     Runtime Wrangler


_______________________________________________

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

Reply via email to