DoubleGraphicStyleListBox on Series 80

Login to reply to this topic.
Tue, 2005-06-28 02:39
Joined: 2005-01-11
Forum posts: 7
Hallo all,
Has anybody successfull create a Double Style Listbox with Graphic on Series 80 (like inbox). On series 60 we can use CAknDoubleGraphicStyleListBox, but how about on series 80? Does anybody have an example code?

Thanks...

Tue, 2005-06-28 10:12
Joined: 2004-07-01
Forum posts: 13
Re: DoubleGraphicStyleListBox on Series 80
Hi Cindul!

S60: CAknDoubleGraphicStyleListBox

In S80:
CEikColumnListBox (eikclb.h eikctl.lib)
CCknVerticalTextAndIconListBox (cknitlbx.h cknctl.lib)
CCknHorizontalTextAndIconListBox (cknitlbx.h cknctl.lib)

If you download S80_DP_2_0_PP_SDK.zip from http://www.forum.nokia.com/main/1,6566,034-367,00.html, S80_DP_2_0_PP_SDK.zip, Personal Profile (150MB) there is an example for CEikColumnListBox class.
See: \S80_DP2_0_PP_SDK\Series80Ex\PhonebookEx\ directory.

Regards,
RadeaR
  • Login to reply to this topic.