Hello,
using bColorstd like : oBrw:aCols[nCol]:bClrStd := {||
on a defined BRUSH, shows only the TEXTCOLOR.
A defined Background using :
oBrw:aCols[I]:bClrStd := { ||
or
oBrw:bClrStd := { ||
it works fine.
That is what I want to do
Background defined with :bClrStd ( Pyjama-effect )
oBrw:aCols[I]:bClrStd := { || IF( oBrw:KeyNo() % 2 == 0, ;
{ nBTColor1, nBColor1 }, { nBTColor2, nBColor2 } ) }
Combination of Brush and :bClrStd
Is it possible to use BRUSHES ?
Best Regards
Uwe