• 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: Implementing a welcome window in document based apps?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementing a welcome window in document based apps?


  • Subject: Re: Implementing a welcome window in document based apps?
  • From: Ryan Britton <email@hidden>
  • Date: Mon, 17 Oct 2005 18:29:14 -0700

If you throw up a window prior to applicationDidFinishLaunching:, sometimes you'll end up with an extra Help menu. Just had an interesting experience tracking that down...

On Oct 17, 2005, at 5:59 PM, Colin Cornaby wrote:

Thanks.

For future reference you have to use applicationWillFinishLaunching or else the application will still throw up a default document window. This was my biggest worry and why I didn't try this approach originally, but applicationWillFinishLaunching seems to fire early enough.

-Colin

On Oct 17, 2005, at 1:57 AM, Sherm Pendley wrote:


- (void) applicationDidFinishLaunching:
{
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"ShowWelcomeWindow"])
{
[welcomeWindow makeKeyAndOrderFront:nil];
}
}



_______________________________________________ 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


_______________________________________________ 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: 
 >Implementing a welcome window in document based apps? (From: Colin Cornaby <email@hidden>)
 >Re: Implementing a welcome window in document based apps? (From: Sherm Pendley <email@hidden>)
 >Re: Implementing a welcome window in document based apps? (From: Colin Cornaby <email@hidden>)

  • Prev by Date: Re: Implementing a welcome window in document based apps?
  • Next by Date: Re: Implementing a welcome window in document based apps?
  • Previous by thread: Re: Implementing a welcome window in document based apps?
  • Next by thread: Re: Implementing a welcome window in document based apps?
  • Index(es):
    • Date
    • Thread