FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BTNBMP ( transparent ) doesn't work on Img.-Background ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
BTNBMP ( transparent ) doesn't work on Img.-Background ?
Posted: Sat Oct 03, 2009 10:09 PM
Hello,
It is a old Problem, I posted already a few Month ago :
Using < BTNBMP > transparent doesn't work on Image-Background.
Is there any Solution found in the meantime, to solve this Problem ?



// ----- Transparent NOBORDER on Image-Background ---------

@ 22, 4 BTNBMP oBtn1 OF oDlg1 ;
SIZE 150, 80 NOBORDER ;
FILENAME c_path + "\project\" + D_BUTTON1 ;
ACTION MsgAlert( "Button-Click", "Button 1" ) ;
PROMPT "But.1" ;
FONT oButtFont ;
RIGHT
oBtn1:lTransparent := .t.
oBtn1:cTooltip := "Button1"
oBtn1:SetColor( 0, )

All other Backgrounds like Color, Gradient and Brush are working.




Best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion