Another bindings question

2015-06-02 Thread John Brownie
The exception I was getting was from a binding established in IB, which is a bit of a worry, but it prompts me to ask whether I'm pursuing the right road. What I have is an NSTableView (still cell-based, moving to view-based is further down the track), and then a bunch of buttons that need to

Re: Another bindings question

2015-06-02 Thread John Brownie
___ 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:

Re: Another bindings question

2015-06-02 Thread Quincey Morris
On Jun 2, 2015, at 17:18 , John Brownie john_brow...@sil.org wrote: What I have is an NSTableView (still cell-based, moving to view-based is further down the track), and then a bunch of buttons that need to be enabled only when there is a selection in the table. Binding to the selection