BtnBMP

Post Reply
Natter
Posts: 1244
Joined: Mon May 14, 2007 9:49 am

BtnBMP

Post by Natter »

Hi,

When you hover the cursor over the BtnBtn button, the backlight turns on. Can this be banned ?
User avatar
AngelSalom
Posts: 727
Joined: Fri Oct 07, 2005 7:38 am
Location: Benicarló (Castellón ) - España
Has thanked: 1 time
Contact:

Re: BtnBMP

Post by AngelSalom »

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
Natter
Posts: 1244
Joined: Mon May 14, 2007 9:49 am

Re: BtnBMP

Post by Natter »

Thanks !
Post Reply