Re: multiple documents in an app
Re: multiple documents in an app
- Subject: Re: multiple documents in an app
- From: Cameron Hayne <email@hidden>
- Date: Sat, 5 Nov 2005 18:58:25 -0500
On 5-Nov-05, at 6:08 PM, Boyd Collier wrote:
NSWindowController *outWindowController;
outWindowController = [outWindowController
initWithWindowNibName:@"outputWindow"];
In the above code you are forgetting to 'alloc' the
NSWindowController object.
But mmalc has already shown a simpler way which probably will meet
your needs.
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden