• 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
How do I implement a splash window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do I implement a splash window


  • Subject: How do I implement a splash window
  • From: desktoast music productions <email@hidden>
  • Date: Sat, 22 Apr 2006 23:05:41 +0200

Hi again,
On cocoadev.com and other forums I found a lot on how to create a splash
image. But though I am able to create one now, I still wonder where (and
how) to implement it. Because it is created programmatically, I implemented
it in the awakeFromNib of my NSDocumentController subclass (which is also my
app¹s delegate) - just to see how it looks on screen, like that:

- (void)awakeFromNib {
    WDVSplashWindow *splash = [[WDVSplashWindow alloc]
initWithImage:[NSImage imageNamed:@"Splash1"]];
    [splash orderFront:nil];
}
This way, the splash shows up immediately. But, of course, from then on
nothing else happens. No main Window, now data loading from file.
Could anybody please give me a hint, where to implement a splash, so it
shows up for 2-3 seconds, WHILE my dcoument is loading?s
Second ­ is there a way of showing the status of that loading progress on
the splash image (like ³Loading member data...² etc.)?

Thank you,
Peter
--
peter schwaiger
desktoast music productions
http://www.autlawmusic.com

 _______________________________________________
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

  • Follow-Ups:
    • Re: How do I implement a splash window
      • From: PGM <email@hidden>
  • Prev by Date: Re: CoreData questions (data sources and file wrappers)
  • Next by Date: Re: CoreData questions (data sources and file wrappers)
  • Previous by thread: Re: CoreData questions (data sources and file wrappers)
  • Next by thread: Re: How do I implement a splash window
  • Index(es):
    • Date
    • Thread