Hi All,
I have a listbox in my application with search box (CAknSearchField). I am able to change the emty list text("(No Data)") when the list is empty using this function.
iListBox->View()->SetListEmptyTextL(_L("sdasa"));
But i am still not able to change the empty list text(no matches) which comes when i try to search my listbox using searchbox and there is no data in the list. Can anyone tell me how i can change or remove this text?
Thanks for any help.



