Hello all,

I'm making a custom controller that should behave like a mix of NSTableView and NSCollectionView but I'm having trouble with makings bindings for it. I want to be able to make bindings like the ones used in NSCollectionView (binded to the arrangedObjects keypath of a NSArrayController) NSCollectionView tracks the changes in the arrangedObjects in quite an elegant manner, for instance it knows what objects are removed when you set filter and animates them disappearing... I would like to do something similar to that but when I get notified of a change thru observeValueForKeyPath: ofObject: change: context: the change dictionary is quite useless because the new and old keys are both null. Could anyone please point me in the right direction or tell me if I'm following a dead end.

Thanks a lot and regards,

Alejandro Rodríguez_______________________________________________

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