I'm using bindings to display values in a table. I use an array controller bound to the attribute of a model object. The controller "handles content as compound value" because of the way I access and update the content from a larger set. Everything is great in that values are retrieved and updated in the model as expected. The problem is that there are dependencies between some of the values. When a key is updated in the model, its dependent keys are updated in the model as well, but the controller doesn't "see" these changes. Is there a way to force the controller to re-fetch the bound content array?

Thanks,
Greg

_______________________________________________

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 arch...@mail-archive.com

Reply via email to