Re: NSViews resizeSubviewsWithOldSize is not called on resize
Re: NSViews resizeSubviewsWithOldSize is not called on resize
- Subject: Re: NSViews resizeSubviewsWithOldSize is not called on resize
- From: Aulis Telle <email@hidden>
- Date: Sun, 27 Jan 2008 10:51:32 +0100
Thank you for your replies.
What Dominik is frantically saying is that, if you read the
documentation for the method you're overriding (which of course you
should do if you intend to use it) says this:
"If the receiver is configured to autoresize its subviews, this
method is automatically invoked by any method that changes the
receiver’s frame size."
You did read that, right?
Yes I did and tried to set the sizing springs in Interface Builder and
also tried using the methods setAutoresizingMask: and
setAutoresizesSubviews:. Still resizeSubviewsWithOldSize: does not get
called.
Aulis
_______________________________________________
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