i m working with Listfield in os 5.0 and letter.my all data comes from webservice and display it in listfield .. everything work fine at first time during parsing time and display in listfield successfully .. if at the first time i have only one record to display in row it work fine but i click on my NextButtonfield
to update listfield , i get more than one record and listfield show me one one record ..
i have debug alot and get some issue .. index of drawListRow method not incremented as setSize(listItem.size());
. listItem
is vector and it update successfully depend on record .
so how to update index depend on vector size ? or how to remove all row at update time ?
Found a solution from this blog article: