I am attempting to use bindings to supply an IKImageBrowserView with data. I have successfully used IKImageBrowserView with a data source, but cannot get bindings to work. Should it work with bindings?

The array controller's contentArray is hooked up to an NSMutableArray called storedImages. That contains instances of storedImage. And those have a method browserObject that returns instances of an object that implements the IKBrowerItem protocol to fetch and display an image (uid, path, etc).

The Image Kit browser is bound to the array controller's arranged objects with the model key path browserObject. It is set to automatically prepare content.

I get no images displayed even though there are plenty in the storedImages array. I am telling the browser view to reload its data.

If I set a breakpoint at browserObject, it is never hit. So it looks like the array controller is never attempting to read my model. I get no errors when loading my nib.


--
Blog:  http://www.bagelturf.com/   Photos: http://bagelturf.smugmug.com/




_______________________________________________

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