Skip navigation.
 
mlRe: NSTextfield value doesn't update binding when set programmatically
FROM : mmalc crawford
DATE : Fri Jan 11 22:43:18 2008

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

Related mailsAuthorDate
mlRe: NSTextfield value doesn't update binding when set programmatically Jonathan Dann Jan 11, 20:38
mlRe: NSTextfield value doesn't update binding when set programmatically mmalc crawford Jan 11, 20:46
mlRe: NSTextfield value doesn't update binding when set programmatically Jonathan Dann Jan 11, 20:51
mlRe: NSTextfield value doesn't update binding when set programmatically Damian Terentiev Jan 11, 22:27
mlRe: NSTextfield value doesn't update binding when set programmatically mmalc crawford Jan 11, 22:43