Page 1 of 1

Radio ID

Posted: Sun Nov 20, 2016 10:29 pm
by ilbarbax
It seems that the Radio class does not accept the ID attribute.
At least I need to change from code the label of the different radio options: I thought was possible to do something like this:

In the xml file I would have
<radio id="ps_radio_dist" notify="active">
<item ID="km_label" >km</item>
<item ID="miles_label">Miles</item>
</radio>

The I would like to change them from code with
moai.Set("km_label", "text", "Kilometers")
moai.Set("miles_label", "text", "Feet")

but it seems it is not allowed

Re: Radio ID

Posted: Tue Nov 22, 2016 10:47 pm
by airsoftsoftwair
MUI doesn't support this at the moment because MUIA_Radio_Entries can only be set at initialization time, not at runtime. Go to http://muidev.de and file an enhancement request. If MUI supports it, I can add support for it as well.