NSButtonCell when clicked disable other tablecolumn NSButtonCell

136 Views Asked by At

I have a NSTableView with two columns; A and B.

In column A and B there is a NSButtonCell (checkbox).

When I check the NSButtonCell checkbox in column A (value = 1) the NSButtonCell checkbox in column B should be disabled. When I uncheck the NSButtonCell checkbox in column A the NSButtonCell checkbox in column B should be enabled.

How can this be achieved?

0

There are 0 best solutions below