Re: NSWindowController subclass initialization
Re: NSWindowController subclass initialization
- Subject: Re: NSWindowController subclass initialization
- From: "stephen joseph butler" <email@hidden>
- Date: Sat, 2 Dec 2006 17:14:09 -0600
2006/12/2, Jeff Hellman <email@hidden>:
I have a class HandoutsReportController
[...]
HandoutsReportController *hrc = [[HandoutReportController alloc] init];
[...]
In HandoutsReportController.m I have the following method:
[...]
2006-12-02 14:51:04.831 PlanBook3[17602] hrc:
<HandoutReportController: 0xcc6a650>
1) You say your class is Handout*s*ReportController
2) You alloc/init a class of HandoutReportController and assign it to
Handout*s*ReportController.
3) Your class file is Handout*s*ReportController
4) Your instance reports its class as HandoutReportController
Was this just a typo, or is it possible you have another class with
the singular name lingering in your project?
_______________________________________________
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