I have an image view and its value binding is bound to a transient property of a CD object (a cached thumbnail). However when a user removes an image from the image view I am sending the image view [imageView setImage:nil] (or any similar variant). When I do this the CD object never gets its setter method called as I would expect. The reverse is also true--if I set the CD object's property using [imageMO setValue:nil forKey:@"thumbnail] the value is correctly set in the object but the imageview is not updated. Any thoughts on why this doesn't happen automatically?

Thanks,
->Ben

--
Ben Lachman
Acacia Tree Software

http://acaciatreesoftware.com

[EMAIL PROTECTED]
740.590.0009



_______________________________________________

Cocoa-dev mailing list ([email protected])

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