Re: filtering the values in an NSTableColumn
Re: filtering the values in an NSTableColumn
- Subject: Re: filtering the values in an NSTableColumn
- From: Ken Thomases <email@hidden>
- Date: Sat, 11 Aug 2012 06:26:04 -0500
On Aug 11, 2012, at 6:10 AM, Koen van der Drift wrote:
> I'd … like to be able to change all values in the same NSTableColumn based on a check box.
>
> Say my entity has two properties valueA and valueB; if the checkbox is checked, then the column should show valueA, otherwise it should show valueB.
> But the column is bound to valueA in IB, so it will always show valueA.
So, how about changing the column's bindings programmatically when the checkbox state changes?
Cheers,
Ken
_______________________________________________
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