Re: NSApplication's behavior

2009-10-01 Thread Jonathan Hess
On Sep 30, 2009, at 7:50 PM, Mark Hurley wrote: > Still learning the Cocoa Window Architecture... > Goal: I want to separate my MainWindow out of MainMenu.xib into its own > .xib: MainView.xib. > > 1) I create a new Cocoa Application (not document-based) > > 2) I create a MainWindow.xib and M

NSApplication's behavior

2009-09-30 Thread Mark Hurley
Still learning the Cocoa Window Architecture... Goal: I want to separate my MainWindow out of MainMenu.xib into its own .xib: MainView.xib. 1) I create a new Cocoa Application (not document-based) 2) I create a MainWindow.xib and MainWindowController.h/.m setting appropriately the relationship