Skip navigation.
 
mlSetting RadioButton programatically
FROM : Uwe Schlosser
DATE : Fri Nov 22 14:10:03 2002

I would like to set a  RadioButton (5 button in a row) programatically.

I tried a way similar to a IBAction methode

-(void)boxAuswahlIntern:(int)value
{
    id theCell = [myRadioButton selectedCell]; //myRadioButton is
IBOutlet and right connected IB
    [theCell setTag:value];
}

but this does not work!

Thanks for any help !!

Uwe
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlSetting RadioButton programatically Uwe Schlosser Nov 22, 14:10
mlRe: Setting RadioButton programatically Fritz Anderson Nov 23, 21:31