Languages

Menu
Sites
Language
ListView is not repopulated

Hi !

Inside my app, I have ListView for navigating thru device file system.

When folder is clicked then contents of clicked folder is shown.

This worked fine on Tizen 2.1 by using 

{ ..

get folders & files of clicked folder into ArrayList;

pListView_FileSystem->SetItemProvider(*this); -- this calls List repopulation

...}

In Tizen 2.2, second and all subsequent calls to SetItemProvider are not doing anything.

In other words GetItemCount() is not even called.

So, how in Tizen 2.2 I can repopulate contents of ListView ?????

 

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

Responses

1 Replies
Zoltan Puski
pListView_FileSystem->SetItemProvider(*this); pListView_FileSystem->UpdateList();