by Silvio.Falconi » Wed Dec 07, 2016 11:27 am
why if I change the size of Image or bmp fwh create black background ?
see it pls :
the code
- Code: Select all Expand view
DEFINE DIALOG oDlg SIZE 680,520 ;
TITLE "ID Card Identification maker"
ACTIVATE DIALOG oDlg
ON INIT paintdata(oDlg)
Function Paint_data(oWnd )
Local cfoto := "dip.bmp"
Local oImg
@ 13, 12 BITMAP oImg FILENAME cFoto OF oWnd SIZE 96,115 NOBORDER DESIGN
oImg:lTransparent:=.t.
return nil
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com