Putting Icons in the listbox
| Thu, 2006-09-21 08:32 | |
|
Hello All
I want to put different icons for different items in the single listbox, icons should be displayed according to the conditions for the items. For eg, G1 for item1 G2 for item2 Please send me some example code(application) for series 60.Please send as soon as possible. Thanks and Regards vidya |
|






Forum posts: 62
just go through the SDK docs also...
Forum posts: 2
G=Graphical Icon.
Forum posts: 732
G=Graphical Icon.
ListBox and icon problem
Use the search option in the forum before posting a query.Â
Forum posts: 1
It's here
#define qtn_item_a "0\tAAA"
#define qtn_item_b "1\tBBB"
#define qtn_item_c "2\tCCC"
And must be add three icon image to icon list
aIcons->AppendL( iEikonEnv->CreateIconL( KsmsmMbmFileName, EMbmSmsmMarked_add, EMbmSmsmMarked_add_m ) );//AAAA
aIcons->AppendL( iEikonEnv->CreateIconL( KsmsmMbmFileName, EMbmSmsmMarked_add, EMbmSmsmMarked_add_m ) );//BBBB
aIcons->AppendL( iEikonEnv->CreateIconL( KsmsmMbmFileName, EMbmSmsmMarked_add, EMbmSmsmMarked_add_m ) );//CCCC
Good luck to you^^
XuyenThanhNgo