How to set the value of an radio button using set_radio_button_property
525120Dec 11 2007 — edited Dec 12 2007I'd like to set the value of an radio button dynamically, depending of the situation.
(=> the value which the object returns to the radio group)
Means: the 'radio button value' of my object 'rb_1' shall be 1, in other circumstances 99 and so on.
Is it possible to set this value at runtime ?