Re: Model not paying attention to NSString binding
Re: Model not paying attention to NSString binding
- Subject: Re: Model not paying attention to NSString binding
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 14 Apr 2004 01:40:40 -0700
On Apr 14, 2004, at 1:23 AM, Francisco Tolmasky wrote:
I have a model class which contains an NSString, password. I've bound
this string to an NSSecureTextField, and the securetextfield updates
just fine when I change password programmatically, but for some
reason, it refuses to update the model when I change it from the
interface (i.e. I type something into the text field and the model
does not get changed). I've tried changing it to a normal textfield
and this also did not work.
Did you mis-spell your set accessor method?
mmalc
_______________________________________________
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.