According to the sample 'WaveGen', we know how to get the new value of a volumn item in the setting item list. But how to get the new value of an enumerated text item in a setting item list?
I just want to create a setting list, and changed one item's value, then get the new value. I want to use an enum text item, not a volumn item.
I inherited a class from AknEnumeratedTextPopupSettingItem, and in its function HandleSettingPageEventL(), I found that:
1. After we change the value of enumerated text choice, and press OK button, it is the event EEventSettingOked instead of EEventSettingChanged triggered.
2. using InternalValue() we can only get the old value, not the new value! WhY?
Did someone ever try this? Can someone give me an reply? Thanks!