Simple question. I have an alert that is displayed using a sheet. When I call the method using init or awakeFromNib it shows the alert in a panel. If I click a button to display it, it works fine. I tried - (void)applicationDidFinishLaunchingNSNotification *)aNotification which did not do anything at all. The question? What method should I make the call in so it shows in a sheet when the app is started?