nsmatrix - disabling radiobutton in Cocoa -


I have 2 radio buttons (NSMTrix with 2 rows and 1 column) and in the header file as iBotlett.Nsmtrix Is defined * temporary;

Now when I select a specific option, I want to disable these two radio buttons or at times I want to disable the radioactivity in 1 line. How can I do this? I can not get delgates to do this.

Thank you.

  // disable top [[temp cellAtRow: 0 column: 0] Set Translated: No ]; // disable disable below [[Temp Cells: 1 Column: 0] Seton enabled: No]; // enable both [temp set enable: no];    

Comments