• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Strange NSView/NSWindow behavior
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange NSView/NSWindow behavior


  • Subject: Re: Strange NSView/NSWindow behavior
  • From: vincent habchi <email@hidden>
  • Date: Tue, 4 May 2010 20:32:57 +0200

Le 4 mai 2010 à 20:26, Greg Parker a écrit :

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

But, if I am not mistaken, when the event is caught and handled, it should not propagate further without a call to [super mouseXXX:event], no?

Vincent_______________________________________________

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

  • Follow-Ups:
    • Re: Strange NSView/NSWindow behavior
      • From: Murat Konar <email@hidden>
References: 
 >Strange NSView/NSWindow behavior (From: vincent habchi <email@hidden>)
 >Re: Strange NSView/NSWindow behavior (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: Strange NSView/NSWindow behavior
  • Next by Date: Re: Prevent plug-ins from having framework conflicts.
  • Previous by thread: Re: Strange NSView/NSWindow behavior
  • Next by thread: Re: Strange NSView/NSWindow behavior
  • Index(es):
    • Date
    • Thread