Re: NSWindowController subclass initialization
Re: NSWindowController subclass initialization
- Subject: Re: NSWindowController subclass initialization
- From: Jonathon Mah <email@hidden>
- Date: Sun, 3 Dec 2006 23:51:39 +1030
Hi Jeff,
On 2006-12-03, at 09:33, Jeff Hellman wrote:
In HandoutsReportController.m I have the following method:
-(id) init {
I don't think this is the problem here, but subclasses should
generally override the designated initializer (which, for
NSWindowController, is -initWithWindow:).
Notice that the init method in HandoutsReportController is never
called. If I change my Active Build from Release to Debug, this works
perfectly:
Trash the build folder?
Jonathon Mah
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden