Hi,
When you hover the cursor over the BtnBtn button, the backlight turns on. Can this be banned ?
BtnBMP
- AngelSalom
- Posts: 727
- Joined: Fri Oct 07, 2005 7:38 am
- Location: Benicarló (Castellón ) - España
- Has thanked: 1 time
- Contact:
Re: BtnBMP
Modify bClrGrad property :
Code: Select all | Expand
oBtn:bClrGrad := { |lInvert| If( lInvert, nARGB( 64, 0, 192, 0 ), nARGB( 64, 0, 192, 0 ) ) }
Angel Salom
Visionwin Software - https://www.visionwin.com
------------------------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.4
Visionwin Software - https://www.visionwin.com
------------------------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.4