Modal Window and Drawer Issue
Modal Window and Drawer Issue
- Subject: Modal Window and Drawer Issue
- From: David Dauer <email@hidden>
- Date: Fri, 03 Dec 2004 18:00:06 +0100
Title: Modal Window and Drawer Issue
Hi all,
I’m starting a panel in my NSWindowController using [NSApp runModalForWindow:[self window]] .Then I’m opening a drawer on the panel’s left edge.
When I try to close the panel using if ([NSApp modalWindow] != nil) [NSApp abortModal]; [self close]; and the drawer is opened, the panel disappears for a second and immediately appears in white with the normal drawer attached. I can move the white window which has the same size like the panel had but that’s all. As already said, this only happens when the drawer is not closed. Any idea?
Thank you
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden