Salve,
mi sembra ci siano problemi nel visualizzare bitmap trasparenti con l'ultima versione di FWH (Aprile).
Ecco un esempio che mostra il problema.
#include "FiveWin.ch"
static oWnd
//----------------------------------------------------------------------------//
function Main()
local oWndEdit, oBar, oIcon, oImage
local cName := "FiveWin power"
DEFINE WINDOW oWnd TITLE "I am the MDI Frame" ;
COLOR NIL, NRGB(192,192,192);
MDI
@50,50 BITMAP oBmp file "48ASSEMB.BMP" OF oWnd PIXEL NOBORDER
oBmp:nClrPane:=nRgb(192,192,192)
oBmp:lTransparent:=.t.
SET MESSAGE OF oWnd TO "Main Window"
ACTIVATE WINDOW oWnd MAXIMIZED
return nil
Qualche idea ?
Grazie in anticipo
Marco Turco