ListBox Empty String
| Wed, 2005-01-05 09:02 | |
|
Hi,
I am writing an application that uses a listbox on one of its views, which is working fine. However by default, when the listbox is empty it says "no data" on it. I was wondering if anyone knew how I could change that "no data" string to something else, like in the Messaging app on my Nokia 6600, it says "no messages" when there is no data in the listbox. Thanks in advance. Steve |
|






Forum posts: 226
As far as i know,we can't change the string "no data" when there is none to display.
Cheers,
Sunil
Forum posts: 15
It's working
Cheers,
Forum posts: 5
I don't know why I didn't see that, cos I looked at the SDK for ages. Oh, well.
Forum posts: 7
MY listbox object is of CEikColumnListBox type
and using this below line to display an empty list text
iListBox->View()->SetListEmptyTextL(_L("No List Item"));
But it's not working ....the same code work if i create an object of any listbox classes :CAknDoubleGraphicStyleListBox and CAknDoubleLargeStyleListBox .......,....,.....,.....
thanxs in advance
Anish