Re: NSPopUpButton binding value/selected problem
Re: NSPopUpButton binding value/selected problem
- Subject: Re: NSPopUpButton binding value/selected problem
- From: Willeke <email@hidden>
- Date: Mon, 21 Oct 2013 14:38:26 +0200
>> Why don't you want to bind the Selected Index? It does what you want.
>>
> Because I don't want the menu to reflect the selection in the table. I just
> need the contents of the menu to match the contents of the table, but the
> selections in each place need to be independent of each other.
>
You could bind Selected Object of the popup button to something like a property of the windowcontroller. Or give the popup button its own arraycontroller.
Willeke
_______________________________________________
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