Can someone confirm that this is a bug in NSCollectionView or IB, or am I simply doing something wrong? If the former, can someone recommend a workaround? Should I, for instance, set the bindings programmatically?
I see the same behavior: If a NSTabView is used inside a NSCollectionView, only the bindings for the default tab are established.
Another bug is that depending on the somewhat random order IB saves bindings in, if the array controller already contains object when the nib loads, the bindings may or may not get established. A workaround is to briefly set the observed array to nil and back to it's original value after the nib was loaded.
Both bugs have been reported, the latter has been confirmed by Apple. Gerd _______________________________________________ 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]