Page 1 of 1

Bitmap in version 24 February

Posted: Wed Mar 08, 2006 6:42 am
by Eugeniusz Owsiak
In my program I display bitmap in background.

Code: Select all

@ 0,0 BITMAP oBmp1 FILENAME CURDIR()+'\rybcie.bmp' OF oWnd SIZE 250,280 NOBORDER 
In prior version of FWPPC it was correct.
Now this bitmap look like

Code: Select all

oBmp1:lTransparent:=.T. 
but I can't change this Data. What is wrong?

regards Eugeniusz

Posted: Wed Mar 08, 2006 8:44 am
by Antonio Linares
Eugeniusz,

Set the bitmap pixel 0, 0 to a different color to all the others pixels in the bitmap, and none of them will be made transparent.

We have changed the used function to display them in order to get transparency by request from FWPPC users.

Posted: Wed Mar 08, 2006 9:45 am
by Eugeniusz Owsiak
Thank You Antonio.

When TBrush class will be ready?

regards Eugeniusz

Posted: Thu Mar 09, 2006 7:40 am
by Antonio Linares
Eugeniusz,

Class TBrush is already working. What test have you done ?