FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XBrowse shows only text-color of bColorStd with BRUSH ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
XBrowse shows only text-color of bColorStd with BRUSH ?
Posted: Sat Aug 17, 2013 08:16 AM
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 :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: XBrowse shows only text-color of bColorStd with BRUSH ?
Posted: Tue Aug 20, 2013 09:38 PM
I got it working.
Now I can use any background ( brush ) with any Col-brush-combination.
The same belongs to the textcolors.



Image / Gradient-combination :



Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion