Antonio,
testing FWH 16.4
there is a problem with changes of
Buttonbaruntil FWH 16.3, I could place
BtnBmp's inside a buttonbar on any position.
That doesn't work anymore like the screenshot shows.
Images are NOT transparent and left images are shown on TOP
a typicak button
// oBBtn[11]:lTransparent := .t.
doesn't work if defined or not defined
@ 5, 620
BTNBMP oBBtn[11] OF
oBar ;
SIZE 120, 32 PIXEL ;
BORDER ;
PROMPT "&Excel" ;
FILENAME c_Pfad1 + "Excel1.Bmp" ;
ACTION ( oBrw1:ToExcel(), ;
SetFocusAfter(FindWindow( "XLMAIN", 0 ) ) ) ;
FONT oFontSys ;
LEFToBBtn[11]:bClrGrad := { | lMouseOver | If( ! lMouseOver,;
{ { aVal[112], aVal[110], aVal[111] }, ;
{ aVal[112], aVal[111], aVal[110] } }, ;
{ { aVal[116], aVal[114], aVal[115] }, ;
{ aVal[116], aVal[115], aVal[114] } } ) }
oBBtn[11]:cToolTip = { "nach EXEL" + CRLF + "exportieren","EXCEL", 1, CLR_BLACK, 14089979 }
oBBtn[11]:SetColor( 0, )
any idea ?
best regards
Uwe