FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour porque no me hace transparente el xbrowse?
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
porque no me hace transparente el xbrowse?
Posted: Tue Oct 14, 2014 03:20 PM
Mi definicion es:

Code (fw): Select all Collapse
        :lKinetic            := .F.
        :ltransparent        := .t.        
        :nRowHeight          := 20
        :lHScroll            := .f.
        :lvScroll            := .f.
        :nheaderHeight       := 30
        :nRowHeight:= 24
        :lRecordSelector     := .F.
        :lAllowColSwapping   := .F.
        :lColDividerComplete := .f.
        :nRowDividerStyle    := 4
        :nStretchCol         := STRETCHCOL_LAST
        :nColDividerStyle    := 4


y no agregue color ni nada, la idea es que se vea la imagen que tengo de fondo en una oWnd.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: porque no me hace transparente el xbrowse?
Posted: Tue Oct 14, 2014 06:07 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: porque no me hace transparente el xbrowse?
Posted: Tue Oct 14, 2014 08:16 PM

tenho um xbrowse transparente com o seguinte código:

Redefine xBrowse oBrw3 id 103 of oDialog update

obrw3:SetArray(aTeste3)

oBrw3:nStretchCol := STRETCHCOL_LAST
oBrw3:nRowDividerStyle := LINESTYLE_RAISED
oBrw3:nColDividerStyle := LINESTYLE_RAISED
oBrw3:nMarqueeStyle := nestilo

oBrw3:lRecordSelector := .f.
oBrw3:lTransparent := .t.
oBrw3:lHeader := .f.
oBrw3:lHScroll := .f.
oBrw3:lVScroll := .f.
oBrw3:lFullGrid := .t.
oBrw3:lColDividerComplete := .t.
oBrw3:lAllowRowSizing := .f.
oBrw3:nRowHeight := 46
oBrw3:nDataLines := 2
oBrw3:nFreeze := 2
oBrw3:oDataFonts := oFonte

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: porque no me hace transparente el xbrowse?
Posted: Tue Oct 14, 2014 08:53 PM

Con tu definicion no me pone transparente, el xbrowse que defino esta en un oWnd
Karinha vi ya esos ejemplos.

pero no me da..

Ahora solo puse la definicion oBrw:lTransparent:= .t. y tampoco me pone en transparente las columnas me las pinta blanca.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: porque no me hace transparente el xbrowse?
Posted: Wed Oct 15, 2014 06:28 AM

Gustavo,

Que versión de FWH usas ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: porque no me hace transparente el xbrowse?
Posted: Wed Oct 15, 2014 10:58 AM

Buen día.
7.1 estimado.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/

Continue the discussion