Discussion Board
-
CAknSettingItemList empty list text
2004-06-14, 18:54
#1
Regular Contributor
I have a CAknSettingItemList in my app, and I need to change the text displayed when the list is empty. Currently it says just "No Data".
With a regular CEikListBox I'd use just do listbox.View()->SetListEmptyTextL(). But of course CAknSettingItemList isn't a kindof CEikListBox...
So anybody know how to do it for a CAknSettingItemList?
Cheers
Russell
-
Registered User
In your resource file you can define the empty item text like this:
AVKON_SETTING_ITEM
{
empty_item_text = something;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules