Hello all,
There's a runtime error on xBrowse Line# 9179 with these condition:
line:9178 to 9179
In my .prg
This error triggers if nMarqueStyle := MARQSTYLE_HIGHLROWRC and oCol:lBtnTransparent := .T.
BUG? or my faulty declarations
Any workaround?
Regards,
Frances
There's a runtime error on xBrowse Line# 9179 with these condition:
line:9178 to 9179
...
if ::lBtnTransparent
::oBtnElip:SetColor( aColors[ 1 ],aColors[ 2 ] )
...In my .prg
...
aRowGrad := { { .5, RGB( 232, 241, 252 ), RGB( 232, 241, 252 ) }, ;
{ .5, RGB( 210, 225, 244 ), RGB( 235, 243, 253 ) } }
aSelGrad := { { .5, RGB( 255, 255, 251 ), RGB( 255, 237, 178 ) }, ;
{ .5, RGB( 255, 218, 103 ), RGB( 255, 233, 162 ) } }
...
:bClrSel := { || {CLR_BLACK, CLR_YELLOW} }
:bClrSelFocus := { || { CLR_BLACK, aSelGrad } }
:bClrRowFocus := { || { CLR_BLACK, aRowGrad } }
:bClrHeader := {|| {CLR_BLACK, nRGB(196,225,255),nRGB( 125, 165, 224 ), nRGB( 203, 225, 252 )} }
:bClrFooter := :bClrHeader
...
:nMarqueeStyle := MARQSTYLE_HIGHLROWRC
...
:aCols[ 1 ]:lBtnTransparent := .T.
...This error triggers if nMarqueStyle := MARQSTYLE_HIGHLROWRC and oCol:lBtnTransparent := .T.
BUG? or my faulty declarations
Any workaround?
Regards,
Frances
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15