Re: About box appearing below utility panels
Re: About box appearing below utility panels
- Subject: Re: About box appearing below utility panels
- From: Andreas Mayer <email@hidden>
- Date: Thu, 5 Jan 2006 19:31:41 +0100
Am 05.01.2006 um 18:28 Uhr schrieb Dan Price:
Is there a way to adjust the window level in IB
No. You will have to add some code.
I think, assigning a window delegate and implementing
windowDidExpose: should do it:
- (void)windowDidExpose:(NSNotification *)aNotification
{
[(NSWindow *)[aNotification object] setLevel:NSStatusWindowLevel];
}
Andreas
_______________________________________________
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