• 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: showing a sheet on run?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: showing a sheet on run?


  • Subject: Re: showing a sheet on run?
  • From: Stefan Schüßler <email@hidden>
  • Date: Tue, 24 Feb 2004 20:17:19 +0100

This works for me:

- (void)awakeFromNib
{
[window makeKeyAndOrderFront:self];
// now bring up the sheet
}

Stefan
email@hidden

Am 24.02.2004 um 19:44 schrieb email@hidden:

My question: is there any other way of showing a sheet when the app is run, other then implementing windowDidLoad? awakeFromNib wont work because the its called before the parent window is shown..


Thanks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >showing a sheet on run? (From: email@hidden)

  • Prev by Date: showing a sheet on run?
  • Next by Date: Re: key value observing stops
  • Previous by thread: showing a sheet on run?
  • Next by thread: RE: showing a sheet on run?
  • Index(es):
    • Date
    • Thread