Request Dynamic 6 demo which demonstrates using Radio Buttons dynamically.

Discuss GUI programming with the RapaGUI plugin here
Post Reply
Bugala
Posts: 1329
Joined: Sun Feb 14, 2010 7:11 pm

Request Dynamic 6 demo which demonstrates using Radio Buttons dynamically.

Post by Bugala »

It seems Radio button option works different from the rest, and I cant get it to work the way I want, and it seems to be only thing missing from Dynamic examples.

Therefore, It would be good if you would add "Dynamic 6" to Rapagui demonstrations which would specifically be showing how to use RADIO dynamically.

I have been trying to do two things:

1. I have been trying to add Radio Button object dynamically to a tab. All i have so far managed is that sometimes I get the Radio object to display, but it sticks there like it is glued there on the screen (not on the tab), and doesnt react to anything, and I also cant figure out the logic of why does it display itself to where it displays itself.

2. I have been trying to add more options to pre-existing radio button object, but that fails right from beginning. I have put an ID to a radio object (which I can use to retrieve the selected option in Func Events using the "active" option, so the ID part does work), but when I try to use "moai.DoMethod("screenmodeoptions", "initchange")" it fails saying "Method "initchange" not recognized for this class!"
Post Reply