Re: Loadable bundle as a document window
Re: Loadable bundle as a document window
- Subject: Re: Loadable bundle as a document window
- From: Clark Cox <email@hidden>
- Date: Wed, 16 Nov 2005 14:25:10 -0500
On 11/16/05, Steve Israelson <email@hidden> wrote:
> This bundle's main class is a subclass of NSWindowController. Its
> init method looks like this:
> - (id)init;
> {
> [super initWithWindowNibName:@"MyCoolWindow"];
> }
I hope you mean:
-(id)init
{
return [super initWithWindowNibName:@"MyCoolWindow"];
}
--
Clark S. Cox III
email@hidden
http://clarkcox3.livejournal.com/
http://homepage.mac.com/clarkcox3/
_______________________________________________
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