Hello,
I have a problem, to define the xBrowse-textcolor on different Backgrounds.
I tested many dfferent Settings, but doesn't work.
It seems, the needed Color is detected from Background.
Is it possible to define the Main-texcolor like Ligthblue ( same Color like Title )instead of White ?
I tested the different Solutions :
nFColor = Title-textcolor
WITH OBJECT oBrw1
:nStretchCol := 1
:nMarqueeStyle := 4
:bClrSelFocus := { || { nFColor, aSelGrad } }
:bClrRowFocus := { || { nFColor, aRowGrad } }
:bClrSel = { || { nFColor, aRowGrad } }
// :bClrSel = { || { 0, aRowGrad } }
// :bClrSelFocus = { || { nFColor, } }
// :bClrSel = { || { nFColor, } }
// :bRowFocus = { || { nFColor, 16777215 } }
:SetColor( nFColor, )
END
Best Regards
Uwe