hello,
I'm trying to use the
createImage(int width, int height, int ARGBcolor)
to create a full transparent mutable image on the Nokia 7650.
I tried to change different settings for ARGBcolor like 0xFFFFFFFF, 0x00FFFFFFFF, 0x0000FFFF,0x00000FFF and so.
When drawing the image the result is always the same:
a full opaque image.
I made all the tests on the real device but it seem to not work at all.
So I was wondering if there is a known solution to this problem.
thanks,
Carlo

Reply With Quote

