Mouse move messages sent to both superview and a subview
Mouse move messages sent to both superview and a subview
- Subject: Mouse move messages sent to both superview and a subview
- From: Oleg Krupnov <email@hidden>
- Date: Sun, 19 Jul 2009 10:39:06 +0300
I want to display one view on top on the other view, so according to
the documentation, I nest the topmost view inside the background view.
It works just fine except that the mouse move messages are sent to
both the subview and the superview, whereas I'd like them to be
directed only to the subview when it's visible. Why is this happening?
I used to think that normally the same mouse messages cannot be
delivered to more than one view. What is my mistake? Thanks!
_______________________________________________
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