FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in GRADIENT clause
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in GRADIENT clause
Posted: Sat Dec 31, 2011 03:38 PM
In the following sample you can see that labels on gradient background are not transparent anymore:

Code (fw): Select all Collapse
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg;
           GRADIENT ACLRGRAD()

    @ 1, 1 SAY "This is a test"

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


STATIC FUNCTION ACLRGRAD()

    RETURN { { 1, RGB( 216, 230, 238 ), RGB( 103, 154, 194 ) } }


EMG
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in GRADIENT clause
Posted: Tue Jan 03, 2012 03:43 PM

Enrico,

Please try it this way:

DEFINE DIALOG oDlg TRANSPARENT ;
       GRADIENT ACLRGRAD()
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in GRADIENT clause
Posted: Tue Jan 03, 2012 05:12 PM

Tried. No change, sorry. :-(

EMG

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 03:35 PM

Any ideas on how to fix this problem?

EMG

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 07:37 PM

Enrico

i did some changes in SVN please try again... and test with other samples.

thanks for feedback

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 07:47 PM

Daniel,

Thanks, I am busy these days following a project, almost done :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 694
Joined: Fri Oct 07, 2005 06:58 AM
Re: Bug in GRADIENT clause
Posted: Tue Jan 10, 2012 11:30 AM

Any ideas on how to fix this problem?

Un saludo

Fernando González Diez

ALSIS Sistemas Informáticos
Posts: 117
Joined: Tue Jan 03, 2006 06:18 PM
Re: Bug in GRADIENT clause
Posted: Tue Jan 10, 2012 11:36 AM

Dear Fgondi,

If you using Borland Resource , you must select simple text and it will transparent

Don't forget to redefine say for it simple text

regards,

kok

Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 11:50 AM

Antonio ,

is possible update to FW 11.12 ?

Regards Maurizio

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 12:32 PM

Maurizio,

In a few days we will publish FWH 12.01, in the meantime if someone needs this fix please email me specifying Harbour or xHarbour and C compiler and we will send the modified libraries, thanks :-)

En pocos dias publicaremos FWH 12.01, mientras tanto si alguien necesita este arreglo por favor envíenme un email indicando Harbour ó xHarbour y el compilador de C usado y le enviaremos las librerias modificadas, gracias :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 01:41 PM

Antonio ,
is possible in FW 12.01 have the setup of HArbour and xHArbour in the same page of FW ( as before of FWH 11.12 ) ?
Regards MAurizio

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in GRADIENT clause
Posted: Thu Jan 12, 2012 08:02 PM

Maurizio,

Yes, no problem to do it that way :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion