Hi All,
I have created a toolbar and appended three Items into it.
Then I do elm_toolbar_item_selected_set(item, EINA_TRUE); this does call the callback function registered while appending the Item.
What I observed is, when I do "elm_object_item_text_get(item);", The title text is not returned. I mean Its the empty string. ""
When I manually select the Item, I get the Title text as desired.
Am I missing anything or its an issue with toolbar?
Thanx,
Ashwini