Say I have a Menu Item Item_1 and a corresponding little icon 'i', I want my menu to show
Item_1 'i'
Can it be done ?
Say I have a Menu Item Item_1 and a corresponding little icon 'i', I want my menu to show
Item_1 'i'
Can it be done ?
Ya u have to implement your own logic in doing this...
In the case of listboxes...
You have to format the string as %d\t%s\t where the first parameter is the icon-index in the icon array and the second parameter is the Menu item to be displayed..
I am not sure abt wat u r talking...May be u can be more clear
If u want to have a menu with icons u can implement a Grid such as the Gallery view.. Search in the wiki for examples..
If u want to have a listbox with icons, you can get it in the wiki...Like the contacts view
No all I wanted is a popup customised menu with Texts on left side and icons on right side of each item .
Then you can use the CAknListQueryDialog classes..
But not sure that you can place the icons on right side...
I think it is only possible to add a checkbox or radio-button which are predefined by S60