Re: Trouble with NSView resizing
Re: Trouble with NSView resizing
- Subject: Re: Trouble with NSView resizing
- From: Quincey Morris <email@hidden>
- Date: Sun, 27 Mar 2011 00:05:19 -0700
On Mar 26, 2011, at 23:22, Rick Mann wrote:
> They'll keep going 'till the go *over* the panel's title bar, and then they're clipped by the outer boundary of the panel.
It sounds like you added the views to the wrong place in the view hierarchy. Instead of adding them somewhere below the panel's content view, you've added them to the panel's content view's superview (or further up, if there is more hierarchy up there -- I don't really know, since everything above the content view is private to the frameworks).
_______________________________________________
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