Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
- Subject: Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
- From: Ryan Stevens <email@hidden>
- Date: Fri, 13 Sep 2002 08:05:05 -0700
On Thursday, September 12, 2002, at 07:53 PM, Greg Casey wrote:
(**Sorry for the repost, I sent the original message via the wrong
account**)
Hi,
I'm creating an NSSplitView on the fly and adding it as a subview to a
view which already exists in the main window. Before adding it, I set
it's autoresizing mask so that it will have a flexible width and
flexible height, using the following syntax:
[splitView setAutoresizingMask: (NSViewWidthSizable |
NSViewHeightSizable)];
After setting it, I've done a quick check to make sure that it is set
correctly and it appears to be set to the value "18" which is the
correct combination. However, when I resize my window, the NSSplitView
does not resize with it even though it's superview does resize.
What am I doing wrong?
Thanks for your help!
-gtc
P.S. As a side note, it would be nice if NSSplitViews were added to
the IB palette.
It's in IB's menu: Layout -> Make subviews of -> Split View
This has been said on the list more than a dozen times. HTH!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.