CAknEnumeratedTextPopupSettingItem

Login to reply to this topic.
Wed, 2005-01-19 17:31
Joined: 2004-07-18
Forum posts: 25
Is it possible to derive from CAknEnumeratedTextPopupSettingItem, so that multiple radio buttons can be selected?

Wed, 2005-01-19 19:52
Joined: 2003-11-12
Forum posts: 68
CAknEnumeratedTextPopupSettingItem
There is actually a checkbox version which is designed for multiple selection.  I think the reason that there is no default implementation is because it would not know what to display in the main settings view.  I don't remember the details but you can derive from that base class and implement the method(s) that set the text representation.  I think there is an example out there somewhere.  Google for CSelectableItem and CSelectionItemList.
Mon, 2005-06-27 13:58
Joined: 2005-06-27
Forum posts: 1
Re: CAknEnumeratedTextPopupSettingItem
Hi,

Has anyone found any example sources for this problem? I'm also having difficulties with this matter...

Thanks in advance  Smiley
Wed, 2005-07-20 19:24
Joined: 2005-07-20
Forum posts: 2
Re: CAknEnumeratedTextPopupSettingItem
hi all,
i have the same! problem .
i am trying to derive a class from CAknEnumeratedTextPopupSettingItem but i couldn't figure out which function should i override.

it will be nice if somebody solved the problem.

thanks
  • Login to reply to this topic.