Hi,
I have a listbox of type CaknSingleGraphicListbox derived from CEikColumnListBox.To set the icon array I used
ColumnData()->ItemDrawer() as per the Symbian OS book.But,the problem is that ColumnData is a member of CEikFormattedCellListBox.So,there is an error.How do I go about solving this?As I am new to Symbian OS programming,I need some actual code/detailed steps to solve this problem
if you get a 'unresolved symbol thing' error
i think u are missing
LIBRARY eikctl.lib
in your mmp file, which u have to perform a fresh bldmake bldfiles everytime u edit u'r mmp file.
Do tell me if u'r list displays on screen. I'm having some problem with the CAknSingleGraphicStyleListBox
Hi,
Thanks for the solution.Now, I am using the formatted list box itself and using large graphic style list box.It works and also looks neat too.If u could tell me more about your problem, I shall be able to help u on it.