Hi All,
I am using a genlist. It has items of type TREE.
Aim is to when expand the TREE when selecting the item and toggle the expand state on touch.
I have seen two issues here,
1.) As expected in a normal scenario on desktop environment, I am not getting the "expand,request" signal.
My handler for this signal is never called. Isn't the TREE item in tizen -2.3 Mobile emiting this signal?
How do I achieve this behavior?
2.) On mobile device, when I select an Item in genlist, it gets selected on the first touch. On the subsequent touch it is 'deselected'
is this the right behavior, as on desktop if i select the selected item again, it stays selected.
My aim is to expand the tree on first select and contract the same on subsequent touch. Basically to toggle the tree on every touch.
Any idea on how to achieve this in my program
Thanks,
Ashwini