FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem of transparency on xbrowse
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Problem of transparency on xbrowse

Posted: Sat May 19, 2018 09:39 PM
I use png file to make the button on a column ( but I tried also with a bmp)
I use also :lBtnTransparent := .t.

but I have this



Code (fw): Select all Collapse
 
WITH OBJECT oBrw:aCols[ 8]
            :AddBmpFile(".\bitmaps\date.png")
            :nBtnBmp := 1
            :lBtnTransparent := .t.
           * :lBmpStretch := .f.
            :nwidth    := 120
            :nDataStrAlign := AL_CENTER
            :nHeadStrAlign := AL_CENTER

            :nDataStrAlign := oBrw:aCols[8]:DefStyle(AL_LEFT,.f.)
            :nEditType := EDIT_BUTTON
            *:bEditBlock := { ||(xCalendar("Seleziona una data",RES->CHECK_IN,1),oBrw:refresh())  }
            :bEditBlock := { |r,c,o,k|(XBrDtPicker( o,"Seleziona una data",,1 ),oBrw:refresh()) }
         END



any solution please ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Problem of transparency on xbrowse

Posted: Sun May 20, 2018 12:12 AM

Please try moving the row cursor up and down with arrow keys

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: Problem of transparency on xbrowse

Posted: Mon May 21, 2018 09:00 AM

? I not understood

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Problem of transparency on xbrowse

Posted: Mon May 21, 2018 10:38 AM

when you move up and down with arrow keys, the painting is correct. But when you click on a row the painting is not correct. We are looking into the bug.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: Problem of transparency on xbrowse

Posted: Mon May 21, 2018 11:03 AM

ah... ok

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: Problem of transparency on xbrowse

Posted: Mon May 21, 2018 06:35 PM
Rao,
if I press the "return" button the png image is transparent for a moment then it returns as before, now I noticed a problem also on the btnbmp using the PNG the image is narrow compared to the original image, I noticed this because in the image there is a "Free" text and it does not read well.


but I have a old release of fwh , I hope on next mounth to purchase the last release and I hope not have all these problems
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion