clicking through
clicking through
- Subject: clicking through
- From: Hans van der Meer <email@hidden>
- Date: Sun, 10 Sep 2006 14:38:17 +0200
Problem:
One view (subclass of NSView) covers another one completely; both are
in the same window and share the same superview. The covering view is
(necessary) added as subview latest.
Question:
I want mouse clicks received by the underlying view and ignored by
the upper one.
But they are not coming through the upper view.
Setting the upper view as acceptsFirstResponder=NO did not work,
because that does not seem to effect mouse events. Neither did it
work setting the upper view to acceptsFirstMouse=NO.
How could this be accomplished?
Thanks in advance.
Hans van der Meer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden