list box with search box empty list text problem.
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.
Re: list box with search box empty list text problem.
still no answer from anyone? have not anyone faces this problem earlier?
Re: list box with search box empty list text problem.
its been asked in here earlier: [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?157679-quot-%28no-matches%29-quot-is-shown-in-listbox[/url] Anyway, I can not see the caknSearchField API having any options on setting the text, thus could be that it is not implemented.
Anyway, I would suppose checking the source codes might help, and if you can not get access by yourself, you could always try our paid technical support, and see whether they could check if there would be any options on getting your use case handled.
Re: list box with search box empty list text problem.
Is this is an nokia developer service from nokia?
Re: list box with search box empty list text problem.
check the menu on top, click Resources tab and select Technical support from there.
Re: list box with search box empty list text problem.
Note that Symbian^3 was open source for a given period of time, you can find its last open source version as "symbiandump" project on SourceForge. The Avkon lists API-s are probably located in the classicui package (.hg is the dump format of Mercurial revision control software).