FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse :oBtnElip background color
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
xBrowse :oBtnElip background color
Posted: Tue Mar 23, 2010 01:11 AM
Dear All,

I tried to :setcolor oBtnElip but still cannot change the background particularly if stretching the xBrowse's data height.

see in red line..



How to properly set this with Fivewin v9.11..


Regards,
FAP
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
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: xBrowse :oBtnElip background color
Posted: Tue Mar 23, 2010 01:18 AM

Hello

try with

oCol:lBtnTransparent = .T.

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xBrowse :oBtnElip background color
Posted: Tue Mar 23, 2010 01:25 AM
Daniel Garcia-Gil wrote:Hello

try with

oCol:lBtnTransparent = .T.



Hi Daniel,

I already tried..
Code (fw): Select all Collapse
..
oBrw:aCols[1]:lBtnTransparent := .T.
oBrw:aCols[1]:lBmpTransparent := .T.
..


but still with awful results...

Thank you and regards,
FAP
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

Continue the discussion