Re: NSCollectionView and bindings to text fields in tab view
Re: NSCollectionView and bindings to text fields in tab view
- Subject: Re: NSCollectionView and bindings to text fields in tab view
- From: Gerd Knops <email@hidden>
- Date: Wed, 13 Aug 2008 13:06:10 -0500
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 (email@hidden)
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:
This email sent to email@hidden