Re: Beginners question
Re: Beginners question
- Subject: Re: Beginners question
- From: Ricky Sharp <email@hidden>
- Date: Wed, 2 Mar 2005 19:15:42 -0600
On Mar 2, 2005, at 6:03 PM, Ronald Hofmann wrote:
- (IBAction)awakeFromNib
{
NSCalendarDate *now;
now=[NSCalendarDate calenderDate];
[dateTime setObjectValue:now];
}
When compiling I´m gettig this error:
2005-03-03 00:55:56.683 Downloader[522] *** +[NSCalendarDate
calenderDate]: selector not recognized
I´m confused why I receive this. Can somebody please give me a hint?
The compiler is telling you the exact problem; there is no such method
as calenderDate. But there is one named calendarDate. Check your
spelling.
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
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