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: Scott Anguish <email@hidden>
- Date: Wed, 14 Apr 2004 16:53:49 -0400
On Apr 14, 2004, at 4: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.
Are you going through an NSObjectController? Is update continuously
checked on the binding?
it sounds like you might have the model bound right to the view... no
controller == no nseditor(registration)
_______________________________________________
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.