Hi, Thanks for taking a look-I know about the variables and IB bindings, I meant to write that I had tried all three ways...😊I have successuflly implemented the code in a test project (yay!) but in my actual app I'm running into a wall. I think it has to do with where the radio buttons are and when the code is called.I have an NSTableView and in one of the columns (the status column) I have the three radio buttons that I put there in IB. Their state should be determined by the value of the variable p.status which will either be Pending Approved or Rejected. I'm thinking that the code is called before the radio buttons are drawn and that's why it's not working...? What would be the best way to fix this?- (NSView *)tableView:(NSTableView *)table_view viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row { Proposal *p = [list objectAtIndex:row]; NSString *identifier = [tableColumn identifier]; NSString *holdingValue; NSTableCellView *cell = [table_view makeViewWithIdentifier:ident
Topic:
Programming Languages
SubTopic:
General
Tags: