Displaying License and RegistrationWindows before App Launches...
Displaying License and RegistrationWindows before App Launches...
- Subject: Displaying License and RegistrationWindows before App Launches...
- From: Nazzdeq <email@hidden>
- Date: Wed, 23 Oct 2002 20:02:39 -0700 (PDT)
I'm trying to display Registration and License windows
before my app launches and if those succeed, then
display the main window. It works half way...
The problem is that in my awakeFromNib, I display the
licensing terms window (which is in it's own .nib),
then display the registration window (in it's own .nib
too), so far so good...that works just fine.
But, in my applicationDidFinishLaunching, i want to
say....if those two conditions are true, then
[myMainWindow makeKeyAndOrderFront:nil];
The problem is that the applicationDidFinishLaunching
notification fires even though I am still waiting on
the user to click on "Agree" for the Licensing and to
also register, so by the time they have done so, the
condition in applicationDidFinishLaunching is already
false and the final window is not displayed.
The question is where exactly to put the final if
condition to display the main window?
I've RTFM but I guess I'm just not gettin' it. Any
ideas?
-Nazz
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
_______________________________________________
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.