This page was last modified 09:01, 4 December 2007.
Setting Item List panics
From Forum Nokia Wiki
Contents |
Setting Item Lis 8
This happens if you create a Binary Switch Item from a resource file. The values for the AVKON_ENUMERATED_TEXT resources MUST be one(1) and zero (0).
Setting Item Lis 7
Got it when used CAknBinaryPopupSettingItem instead of CAknEnumeratedTextPopupSettingItem in CreateSettingItemL(...).
Setting Item Lis 6
This is the most common of these. It will happen if you create an enumerated text setting item and you set its input as a value that is not in the list. If you create the selection values dynamically, this will happen always if your input value is not zero.
Setting Item Lis 1
This Panic is related to creating a Text Setting Item in a Dynamic Setting List. It occurs if you forget to set empty item text i.e. if you forget to call SetEmptyItemTextL for CAknTextSettingItem.
This panic actually appears while editing the text setting item; when all the characters are erased and its text becomes empty.
See Create Dynamic Settings Pages for more information about enumerated setting items.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| marquee effect in SETTING LIST | harish13_ks | Open C | 0 | 2007-04-16 08:19 |
| How to make settinglist item dimmed | j1978 | Symbian User Interface | 2 | 2005-10-19 07:40 |
| How to access setting para programly? | somowo | General Symbian C++ | 4 | 2008-05-26 02:39 |
| how to handle the EKeyUpArrow | symbian David | Symbian User Interface | 3 | 2007-05-20 13:05 |
| Menu and CBA in settings page | Komarov Dmitriy | General Symbian C++ | 4 | 2006-11-13 09:35 |
