Hello all,

I create an NSWindow with

mainWin = [[FBFormWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
...
[mainWin orderFront:self];

After that NSWindowDidResizeNotification is posted twice and I have no idea why. i consider this a bug. It does not happen on MacOSX and it makes my code malfunction. Any idea why this happens? This notification is posted in

NSWindow::- (void) sendEvent: (NSEvent*)theEvent

when receiving an NSAppKitDefined/GSAppKitWindowResized event. I grepped through the GNUstep sources to find occurances of GSAppKitWindowResized but found none. I am stuck. Any help would be greatly appreciated.

Thanks,

Andreas


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to