Re: "Controller Cannot Be nil" on binding NSTextField
Re: "Controller Cannot Be nil" on binding NSTextField
- Subject: Re: "Controller Cannot Be nil" on binding NSTextField
- From: Graham Cox <email@hidden>
- Date: Tue, 13 May 2008 20:05:32 +1000
On 13 May 2008, at 2:06 pm, Johnny Lundy wrote:
It works now, but I still have to do the crazy
self.hoursString = [[NSNumber numberWithInt: self.hours] stringValue];
Or you could just do:
self.hoursString = [NSString stringWithFormat:@"%d", self.hours];
G.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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