Im drawing a bit of a conceptual blank here. I want to make an NSTableView (cell-based) with two columns, both of which have popup buttons. The first columns popup has options ABC and 1234. When the user picks one of those options, the popup in the second column of the same row changes to have options {A, B, C} or {1, 2, 3, 4} respectively.
What Im having trouble with, is figuring out how to make the corresponding menu in the second column update when a selection is made in the first column.
What Im having trouble with, is figuring out how to make the corresponding menu in the second column update when a selection is made in the first column.