Re: Binding an NSTextField to an NSString *
Re: Binding an NSTextField to an NSString *
- Subject: Re: Binding an NSTextField to an NSString *
- From: Kevin Ballard <email@hidden>
- Date: Tue, 23 Mar 2004 14:03:42 -0500
That's your problem. The ivar belongs to the instances of the class,
not the class itself. Put that line in -init instead.
On Mar 23, 2004, at 1:36 PM, Hua Ying Ling wrote:
>
I tried added a string init to the Converter +(void)initialize method
>
exchangeRate = [[NSString alloc] init];
--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.