how to force a window to load/display first?
how to force a window to load/display first?
- Subject: how to force a window to load/display first?
- From: Steve Christensen <email@hidden>
- Date: Wed, 7 Feb 2007 19:23:37 -0800
I have a situation I'm not quite sure how to handle, having been off
playing in Carbon-land for the last couple of years.
I'm working on an application that has a non document-based window
that is loaded and displayed just fine. When the application is first
run, though, there is a requirement to display a license window and
have the user accept the license before they're allowed to proceed. I
figured that the license window could run app modal until it's
dismissed.
How can I get the license window to (conditionally) load and display
before the main window is allowed to display? I currently have a
controller class that is also the application delegate. Could I get
all this to happen in its -awakeFromNib or -
applicationWillFinishLaunching:, or is there a better and/or more
automatic way to do it?
steve
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden