Using latest version of bList 0.92. My application works fine while testing on windows mobile standard screen size. However when I compile(autoscale) app and run on high resolution HTC Touch HD the images appears small in top left corner and the transparency around the edge of the image is not correct infact all the images appear in a white box.
Is bList meant to rescale images and text when compiled autoscaled?
What has happened to the transparency of the images?
If not what do I need to do to correct this problem?
I don't know much about the internals of the re-sizing process but I can guess...
If the transparency determination depends on the colour of a given single corner pixel, and the re-sizing process is averaging that pixel with adjacent ones, perhaps the corner pixel ends up a different colour. Then when calculating which pixels are transparent the answer would come out wrong.
Experimentally try extending the transparency pixel colour (if this is how it is being done) to the surrounding area? And/or reduce the number of colours?
I wonder could the next version of bList contain additional properties for the list items ImageTransparency (true or false), ImageTransparencyColor (RGB)
This just keeps it all neat. I am presuming that blist library draws the image.