Re: split view
Re: split view
- Subject: Re: split view
- From: Chuck Soper <email@hidden>
- Date: Fri, 9 Jul 2004 11:44:40 -0700
Tim,
Thanks very much. Once I had the name of the delegate method, I
searched for it on mamasam I discovered that someone had posted the
exact code I was looking for:
http://cocoa.mamasam.com/COCOADEV/2003/12/1/78485.php
It works great!
Chuck
P.S. I still use mamasam frequently (and I paid my $30). I hope that
it doesn't go away. Better yet, I hope it's updated.
At 9:45 AM +0100 7/9/04, Tim Hewett wrote:
Chuck,
You need to implement the NSSplitView delegate method
splitView:resizeSubviewsWithOldSize: and handle the subview
resizing yourself, otherwise the subviews will be automatically
resized proportionally to the change of window size.
Regards,
Tim.
On 8 Jul 2004, at 19:53, email@hidden wrote:
Hello,
I have a split view that contains an outline view on the left and a
custom view on the right. The interface is similar to a Finder or an
iTunes windows. When I resize the view I want the width of the
outline to be constant like Finder and iTunes windows. Can I make
this happen by changing some auto-resize settings in IB or do I need
to do something programmatically perhaps during the window resize?
Thanks for any advice.
Chuck
_______________________________________________
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.
_______________________________________________
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.