Skip navigation.
 
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize
FROM : Aulis Telle
DATE : Sun Jan 27 10:51:32 2008

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

Related mailsAuthorDate
mlNSViews resizeSubviewsWithOldSize is not called on resize Aulis Telle Jan 26, 22:49
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize Dominik Pich Jan 26, 23:21
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize I. Savant Jan 26, 23:28
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize I. Savant Jan 27, 00:36
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize Aulis Telle Jan 27, 10:51
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize Aulis Telle Jan 27, 11:01
mlRe: NSViews resizeSubviewsWithOldSize is not called on resize Aulis Telle Jan 27, 13:53