by tomafa » Tue Nov 28, 2006 4:53 pm
Antonio
hice lo que me indicaste me fije en el ejemplo de los samples en fwh y viene la instruccion asi
oImageList:AddMasked( TBitmap():Define( "new",, oWnd ), nRGB( 255, 0, 255 ) )
oImageList:AddMasked( TBitmap():Define( "open",, oWnd ), nRGB( 255, 0, 255 ) )
parte de mi codigo es este pero no me pone las imagenes transparentes al boton se ven con el fondo blanco estoy haciendo algo mal
oImgList:= TImageList():New( 32, 32 )
oImgList:AddMasked( oBmp[1] := TBitmap():Define( "TOOL_CLIENTE" ,, oWnd ), nRGB( 255, 0, 255 ) )
oImgList:AddMasked( oBmp[2] := TBitmap():Define( "TOOL_PROVEDOR" ,, oWnd ), nRGB( 255, 0, 255 ) )
oImgList:AddMasked( oBmp[3] := TBitmap():Define( "TOOL_PRODUCTO" ,, oWnd ), nRGB( 255, 0, 255 ) )
oImgList:AddMasked( oBmp[4] := TBitmap():Define( "TOOL_SERVICIOS",, oWnd ), nRGB( 255, 0, 255 ) )