Hi all
i'm new to symbian programming, hope to learn a lot here.
i want to change the contacts example from sdk so
when i use- iAppContainer->OpenDefaultDatabaseL()
the listbox will be shown with graphic icons on left of each contact.
i modified the CContContainer::ConstructL()
so iListBox created as ListBox = new (ELeave) CAknSingleGraphicStyleListBox
The program fails in run-time , so i debuged it and saw that it cannot
perform the iListBox->SetCurrentItemIndexAndDraw( 0 ) ,that defined in CContContainer::UpdateListBoxL() .
Now i dont have any idea what to do from here ..
maybe it cauze that i didnt set the iconArray to the listBox?(how is it done?)
thanks for anyone that can help :-)



