Blackberry: how to filter rows represented by a ListField?

You have to do the filtering in code somewhere, and then store the result. Override myFind. Update(int) to run the filtering when the filtering text changes.

In addition to myItems, you need to store myFilteredItems. After filtering, call setSize() on the listfield. The listfield drawing code also needs to draw from the filtered collection.

Then you should be set.

I've ended up with this code which seems to work well for me (except 2 minor issues listed below) and the green answer mark goes to Michael Donohue for his valuable suggestions.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions