Re: clicking through
Re: clicking through
- Subject: Re: clicking through
- From: Mailing list subscriptions <email@hidden>
- Date: Sun, 10 Sep 2006 14:51:19 +0200
El 10/09/2006, a las 14:38, Hans van der Meer escribió:
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.
If I understand your description correctly you are trying to do
something unsupported by NSView. Overlapping NSViews are not
supported. One view can enclose another (superview-subview) but you
can't overlay one view "on top" of another. See the NSView
documentation.
_______________________________________________
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