Bitmap in version 24 February

Post Reply
User avatar
Eugeniusz Owsiak
Posts: 60
Joined: Fri Oct 07, 2005 5:38 am
Location: Poland

Bitmap in version 24 February

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Eugeniusz Owsiak
Posts: 60
Joined: Fri Oct 07, 2005 5:38 am
Location: Poland

Post by Eugeniusz Owsiak »

Thank You Antonio.

When TBrush class will be ready?

regards Eugeniusz
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Eugeniusz,

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

Antonio Linares
www.fivetechsoft.com
Post Reply