Re: SplashScreen issues

2008-06-21 Thread Damien Cooke
Jens, You make an excellent point. My app does take too long to load. Once I get closer to release I will see what I can do to reduce the load time. Perhaps move some stuff out of the MainMenu.xib. Thanks for your assistance. Regards Damien On 21/06/2008, at 9:11 AM, Jens Alfke wrote:

Re: SplashScreen issues

2008-06-21 Thread Jens Alfke
On 21 Jun '08, at 12:10 AM, Damien Cooke wrote: You make an excellent point. My app does take too long to load. Once I get closer to release I will see what I can do to reduce the load time. Perhaps move some stuff out of the MainMenu.xib. You've currently got a chicken-and-egg

SplashScreen issues

2008-06-20 Thread Damien Cooke
Hi all, When creating a splash screen what condition do you use to decide when to close your splash screen? Is there some obvious event that is triggered that I can use? do I use [window orderOut:self] to close it? Or is there a better way? Thanks and Regards Damien

Re: SplashScreen issues

2008-06-20 Thread Jens Alfke
On 20 Jun '08, at 4:13 PM, Damien Cooke wrote: When creating a splash screen what condition do you use to decide when to close your splash screen? Is there some obvious event that is triggered that I can use? Your app delegate's -applicationDidFinishLaunching: method is probably the