Re: NSSplitView and subviews, awkward?
Re: NSSplitView and subviews, awkward?
- Subject: Re: NSSplitView and subviews, awkward?
- From: Charilaos Skiadas <email@hidden>
- Date: Thu, 26 May 2005 18:56:47 -0500
On May 26, 2005, at 6:09 PM, Theodore H. Smith wrote:
I'm finding using the NSSplitView awkward. Also, subviews in general I find awkward.
have you considered using RBSplitView, from http://www.brockerhoff.net/src/rbs.html ?
I haven't used it myself, but I think lots of folks recommend it. Don't know if it would solve your problems.
Why? Well, if I arrange some views in a splitview, and then decide that I don't like them that way after all, if I unpack the views, they get moved and resized, which is annoying.
Also, can someone tell me how to make a subview not a subview anymore? I can't figure that out, either. If I delete the topview, then the subviews are deleted too, and I don't want that.
Look at the documentation for NSView, specifically the methods
-(void)removeFromSuperviewWithoutNeedingDisplay
and
- (void)removeFromSuperview
<x-tad-smaller>Haris</x-tad-smaller>
_______________________________________________
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