I have 2 radio buttons ( NSMatrix with 2 rows and 1 column) and have defined them in the header file as IBOutlet NSMatrix *temp;
Now when I pick a certain option, I want to disable both these radio button's or at times I want to disable the radiobutton in row 1. Any tips on how I can do this ? I can't seem to find the delgates to do this.
Thanks.