Hi All,
 
I currently use the latest xbase++ (not the visual workbentch)....And I also make use of the Clayton Jones developement libraries 8.1.
Currently I am trying to change the look and feel of my Rental and point of Sale application(RAPS) as per below picture.
 
The problem I am having is that the pictures do not show in natural colors. 
 
1) The aCols array for the pictures is composed as :
=====================================
aCols:={;
        {{||{"bmp",{|| Bitmap_Object_Get(cPicture_Path )}}}    ,' '                        ,.F.,'',,,8,,   },  ;
 
2) The Fuction that returns the oBmp for above aCols:
=======================================
Function Bitmap_Object_Get(cPicture_Path)
Local oBmp, cPicture_Path    
   oBmp := XbpBitmap():new():create()
   oBmp:loadFile(cPicture_Path)
 
Return oBmp
 
3) The aCols array is then used in the tdHibrow brower function
    from the Clayton Jones's Library giving the following effect.
 
Can somebody save me? ...I have been trying for days to get past this
color resolution problem.