Re: Binding NSTabViews in NSCollectionViews?
Re: Binding NSTabViews in NSCollectionViews?
- Subject: Re: Binding NSTabViews in NSCollectionViews?
- From: email@hidden
- Date: Fri, 30 Nov 2007 22:22:24 +0100
From: Joshua Emmons
For some reason, bindings of controls in the initial tab (the one
selected in IB) work fine, but all the rest are dead. This only
happens within an NSCollectionView. If drop my NSTabView on the
window directly, all the bindings in all the tabs work.
I've read somewhere on this list that the collection view decodes the
prototype view and recreates its bindings. But I assume the subviews
bindings (like in your example) are certainly not recreated.
If you bind your TextField manualy in – newItemForRepresentedObject:
it will do the trick.
_______________________________________________
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