语言

Menu
Sites
Language
Array of Buttons

Hi,

I need to use multiple buttons in my form.

I want to manage these buttons via an array/for loop.

Does anyone has any idea how to do so?

Regards,

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
Pushpa G
https://developer.tizen.org/forums/native-application-development/editfield-problem : check this and you can make buttons instead of Editfiields in array Als refer to Tizen IDE>Help>Help contents>Tizen Native App Programming > Programming Guide > UI: Creating the Application UI > UI Controls>Buttons for more details
Siddharth Singh
Thanks........ I tried doing the same......problem was instead of taking a pointer to an array of Buttons i was taking an array of pointers,.......silly... Its alright now.... :)