• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: About box appearing below utility panels
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >About box appearing below utility panels (From: Dan Price <email@hidden>)

  • Prev by Date: Re: hey, who took away nested functions?
  • Next by Date: Re: Sheets to dialogs
  • Previous by thread: About box appearing below utility panels
  • Next by thread: hey, who took away nested functions?
  • Index(es):
    • Date
    • Thread