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 ?

When I enable in default database of application item:
GraphicCompositing (defaults write myApp GraphicCompositing YES),
application crashed when I resize application window. (In this window
I'm using drawing with PScomposite). I got message:

Uncaught exception WindowServerCommunication, reason: X-Window error -
BadMatch
 (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 660
        request code: 73

Jan Trembulak
[EMAIL PROTECTED]

Reply via email to