Re: Windows and nibs and dialogs, oh my!

2010-03-02 Thread Andrew Merenbach
On Mar 2, 2010, at 6:53 PM, Steven Degutis wrote: > Few simple steps: > > (1) Create a subclass of NSWindowController and override -init to call > super's -initWithWindowNibName:, passing something like @"MyWindow" > (2) Create a XIB file with the filename called MyWindow > (3) Change File's Own

Re: Windows and nibs and dialogs, oh my!

2010-03-02 Thread Steven Degutis
Few simple steps: (1) Create a subclass of NSWindowController and override -init to call super's -initWithWindowNibName:, passing something like @"MyWindow" (2) Create a XIB file with the filename called MyWindow (3) Change File's Owner to your recent subclass (4) Connect the -window outlet of you