Jan Trembulak wrote:
> 
> I have window with my own content view in my application.
> This view are follow setting in initWithFrame method:
> 
> ...
> [self setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable];
> ...
> 
> In Openstep 4.2, when I resizing window, method "-(void) setFrame:
> (NSRect) frame"
> of my View was invoked. In GNUstep this method isn't invoked. How can I
> catch (hold) this
> resize event in my View ?
> 

This should be fixed in the latest CVS, but please test it.

Reply via email to