hi. i am trying to create a list or grid that display out all the pictures in the c:\nokia images folder. how do i create a thumbnail of all the pictures and add it into the list or grid?
You can use the CPAlbImageUtil class to manipulate thumbnail pictures. Please refer to the SDK's Help and read the API reference. Thumbnail pics are located in the C:\Nokia\Images_tn folder.
I'm trying for the same thing, I have to display list of all pictures/images from specific folder. I'm able to display a number list. e.g Number\tImageTitle. but now I want to present it like image_thumbnail\tImageTitle.
How to do it? I tried it with CAknDoubleLargeStyleListBox, but it's not working. Is there any way to achieve it?
just set the icon array with the thumbnails to the listbox, and refer to images in textarray with numbers. Remember the it is zero based. so "0/t..." shows the first icon, "1/t..." shows second, etc.