Re: Dynamically connecting IBOutlet
Re: Dynamically connecting IBOutlet
- Subject: Re: Dynamically connecting IBOutlet
- From: Kurt Revis <email@hidden>
- Date: Tue, 6 Nov 2001 06:48:54 -0800
Whoops, minor mistake. I said
// And make sure that NSWindowController uses the new window
[self setWindow:newWindow];
Add a [newWindow release] after this line, so you don't leak newWindow.
--
Kurt Revis
email@hidden