I have seen a sample at symbian website, which name is lookup.
http://www.symbian.com/developer/te...pps/lookup.html
The Lookup application populates a CEikFormattedCellListBox that displays the entries matching the telephone number entered by the user.
I hope my listbox can matching text, not only number.
So I change CEikFormattedCellListBox to CEikTextListBox
and change CAknSearchField::EPopup to ESearch.
But error is launch when delete ifindbox at disconstruct function.
How should I change the lookup program for listbox can enter text?
Thank you very much.

Reply With Quote

