
But I set
:bClrSelFocus := { || {0,RGB(204,242,255)}}
:bClrRowFocus := { || {0,RGB(204,242,255) }}
then when I select a cell it change with my color
I think if I set :SetStyle( 2018 ) then this automatically imposes certain colors even if I then go and change themAntonio Linares wrote:Dear Silvio,
Checking it with Mr. Rao
Code: Select all | Expand
:bClrSelFocus := { || {0,RGB(204,242,255)}}
Code: Select all | Expand
::bClrSel := {|| { GetSysColor( COLOR_INACTIVECAPTIONTEXT ), GetSysColor( COLOR_INACTIVECAPTION )} }