语言

Menu
Sites
Language
Get the value of checkbox on a listview

I've created a listview with checkbox in it. The problem is with the onselected event, which is called once for 2 clicks on a listitem and the second problem is how can I get the value of the checkbox created inside the list view item???

响应

1 回复
Alex Dem

Hi,
It is not quite clear without details what list do you use and what  way do you added checkbox into list item? If you use Check Widget you could use evas_object_smart_callback_add with signal "changed" to detect when state was changed and elm_check_state_get(obj) to obtain current state.
Alexey.