Sr. Antonio, estou com a nova vs do FWH, e não estou conseguindo mudar a cor de fundo do botão. ex:
@ 02,10 btnbmp oBtn prompt "teste" top size 60,64 of oWndc 2007
obtn:setcolor(CLR_WHITE,CLR_RED)
Local obtn[3]
...obtn[1]
...obtn[2]
...obtn[3]
#include "FiveWin.ch"
function Main()
local oWnd, oBtn
DEFINE WINDOW oWnd
@ 5, 10 BTNBMP oBtn PROMPT "teste" TOP SIZE 60, 64 OF oWnd 2007
oBtn:bClrGrad = { | lMouseOver | If( ! lMouseOver,;
{ { 0.5, RGB( 69, 124, 188 ), RGB( 41, 93, 171 ) }, ;
{ 0.5, RGB( 26, 64, 136 ), RGB( 56, 135, 191 ) } },;
{ { 0.5, RGB( 123, 178, 236 ), RGB( 71, 126, 205 ) }, ;
{ 0.5, RGB( 17, 78, 175 ), RGB( 128, 225, 255 ) } } ) }
ACTIVATE WINDOW oWnd
return nil
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 50 guests