Re: IKImageView and delegate callback/notification of image changes

2008-10-07 Thread Jim Turner
Hi Ben Binding to my IKImageView's "image" property nets the following: [ addObserver: forKeyPath:@"image" options:0x7 context:0x1adc3c30] was sent to an object that is not KVC-compliant for the "image" property. Is "image" not the key to which I should be binding? Jim On Tue, Oct 7, 2008 at 9

Re: IKImageView and delegate callback/notification of image changes

2008-10-07 Thread Benjamin Stiglitz
Has anyone come across a solution for knowing when the image has been edited? You should be able to use KVO to be notified when the image property of the IKImageView changes. -Ben ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

IKImageView and delegate callback/notification of image changes

2008-10-06 Thread Jim Turner
Hi list. Attempting to use IKImageView to implement a really basic image editor in my app and I've come across what appears to be a pretty odd omission: IKImageView never tells you when the image has been edited and needs saved. While the object supports a delegate, there's no documentation on wh