Kbase P96158: Bitmap image displays slightly different to other images on the window.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/13/2004 |
|
Status: Unverified
SYMPTOM(s):
Bitmap image displays slightly different to other images on the window.
Bitmap image background color is different from other images.
Bitmap image has transparent attribute set, and displays a slightly different color to other images on the container.
CAUSE:
The cause of the problem is the transparent attribute. According to the documentation the Transparent attribute:
Makes the background color of the image transparent. The background color is determined by the color of the pixel in the lower-left corner of the image.
FIX:
There are two possible resolutions to the problem:
1. Set the Convert-3D-Colors attribute instead of the transparent attribute.
2. Modify the bitmap image in paint, to convert the bottom left corner pixel to the same color used by the left corner pixel in the other images. This one pixel difference will not be seen at runtime.