Re: NSTextfield value doesn't update binding when set programmatically
Re: NSTextfield value doesn't update binding when set programmatically
- Subject: Re: NSTextfield value doesn't update binding when set programmatically
- From: mmalc crawford <email@hidden>
- Date: Fri, 11 Jan 2008 13:43:18 -0800
On Jan 11, 2008, at 1:27 PM, Damian Terentiev wrote:
NSString * newString // assume this exists
[aTextField setValue:newString forKey:@"personName"];
where personName is your ivar.
Thank you so much!
Binding to the corresponding NSArrayController's keypath worked great!
It's not clear what you mean. The quoted code bears no relation to an
array controller's keypath...
mmalc
_______________________________________________
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