언어 설정

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,

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

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.... :)