I have a set of jpeg images on my Images folder. I have to set is as icons to my listbox. I know how to load MBM files as icons. But i am wondering how to set a jpeg file to a list. Can anybody suggest how to do that. A piece of working code will be helpful..
a) on AVKON you have some classes, which support manipulating with pictures in picture album, look closer on those classes:
CPAlbImageUtil
CPAlbImageData
especially on GetThumbnailL() method, it was discusses many times here...
b) use Media server ( on 6.1) or ICL( on 7.0s anu upper ) and its scaler and decorer classes to create small images, which should be used in listbox.
Bye
STeN