Re: Difficulties with NSWindowController
Re: Difficulties with NSWindowController
- Subject: Re: Difficulties with NSWindowController
- From: Rob Rix <email@hidden>
- Date: Tue, 19 Jun 2001 01:44:21 -0400
Well, forgive me if this is too obvious, but have you connected the
"window" outlet of the "File's Owner" object in your nib to the window in
the nib? (In order to do that, you'd first need to select the file's
owner, and set its custom class (cmd-5) to NSWindowController in order
for IB to know that the owner _has_ an outlet named "window".)
Aha! It was this second bit that had me stumped. Thank you kindly!
-- Rob
CocoaDev.com