Where are Radio Button and DropDownMenu

Hi at all,
i’m a new user, i want know if inside corona there are this control : Radio Button and DropDownMenù
If they aren’t how can i do to simulate it ?

Thank you

Radio buttons yes:   http://docs.coronalabs.com/api/library/widget/newSwitch.html

DropDownMenu you would need to build on your own.  It’s not a common mobile UI pattern in the iOS world.

Radio buttons yes:   http://docs.coronalabs.com/api/library/widget/newSwitch.html

DropDownMenu you would need to build on your own.  It’s not a common mobile UI pattern in the iOS world.

Hi,

I used the example code from  http://docs.coronalabs.com/api/library/widget/newSwitch.html.

But it shows me error below

File: …/Documents/Corona_Projects/Test_RadioButton/main.lua

Line: 30

Attempt to index global ‘group’ (a nil value)

And on line 30 below is the code

group:insert( checkboxButton )

Regards,

Rajeev

Hi,

I used the example code from  http://docs.coronalabs.com/api/library/widget/newSwitch.html.

But it shows me error below

File: …/Documents/Corona_Projects/Test_RadioButton/main.lua

Line: 30

Attempt to index global ‘group’ (a nil value)

And on line 30 below is the code

group:insert( checkboxButton )

Regards,

Rajeev