on 4/8/08 9:16 PM, [EMAIL PROTECTED] purportedly said:

> I'm using bind:toObject:withKeyPath:options: to programmatically set up
> bindings from a set of proxy objects (the receiver) to various properties on
> a model object, and while changes to the model properties are properly being
> reflected in the proxies, changes to the proxy properties are not being
> propagated back to the model as I expect.

IIRC, bindings are only one-way. The two-way behavior you have seen is a
function of NSObjectController and its subclasses. Your proxy objects will
have to somehow communicate their changes to the model manually or using
KVO.

HTH,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to