T
Thomas
Hi all,
I am having an application which displays around 10000 records in a listview
control. However, the application does not work very well due to two major
problems :
(a) it takes several minutes to all the listview items
(b) when I use the method "listview.items.selected = true" to select a
particular listview item, the application will hang for a minute (and
sometimes even hang forever). I have tried to create a new thread to do the
selection, but it seems that the whole application is still hanged even if
the selection is done via another thread.
And I have tried to test the listview using different devices. It seems that
problem (a) occurs in any devices while problem (b) seems especially serious
for some devices only (using armv4t). Would somebody kind enough to tell me
how to improve the speed of the listview control?
Regards,
Thomas
I am having an application which displays around 10000 records in a listview
control. However, the application does not work very well due to two major
problems :
(a) it takes several minutes to all the listview items
(b) when I use the method "listview.items.selected = true" to select a
particular listview item, the application will hang for a minute (and
sometimes even hang forever). I have tried to create a new thread to do the
selection, but it seems that the whole application is still hanged even if
the selection is done via another thread.
And I have tried to test the listview using different devices. It seems that
problem (a) occurs in any devices while problem (b) seems especially serious
for some devices only (using armv4t). Would somebody kind enough to tell me
how to improve the speed of the listview control?
Regards,
Thomas