Page 1 of 1
Bug in GRADIENT clause
Posted: Sat Dec 31, 2011 3:38 pm
by Enrico Maria Giordano
In the following sample you can see that labels on gradient background are not transparent anymore:
Code: Select all | Expand
#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
Re: Bug in GRADIENT clause
Posted: Tue Jan 03, 2012 3:14 pm
by Enrico Maria Giordano
Any news?
EMG
Re: Bug in GRADIENT clause
Posted: Tue Jan 03, 2012 3:43 pm
by Antonio Linares
Enrico,
Please try it this way:
DEFINE DIALOG oDlg TRANSPARENT ;
GRADIENT ACLRGRAD()
Re: Bug in GRADIENT clause
Posted: Tue Jan 03, 2012 5:12 pm
by Enrico Maria Giordano
Tried. No change, sorry.
EMG
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 3:35 pm
by Enrico Maria Giordano
Any ideas on how to fix this problem?
EMG
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 7:37 pm
by Daniel Garcia-Gil
Enrico
i did some changes in SVN please try again... and test with other samples.
thanks for feedback
Re: Bug in GRADIENT clause
Posted: Sun Jan 08, 2012 7:47 pm
by Antonio Linares
Daniel,
Thanks, I am busy these days following a project, almost done
Re: Bug in GRADIENT clause
Posted: Tue Jan 10, 2012 11:30 am
by fgondi
Any ideas on how to fix this problem?
Re: Bug in GRADIENT clause
Posted: Tue Jan 10, 2012 11:36 am
by kok joek hoa
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
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 11:50 am
by Maurizio
Antonio ,
is possible update to FW 11.12 ?
Regards Maurizio
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 12:32 pm
by Antonio Linares
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
Re: Bug in GRADIENT clause
Posted: Wed Jan 11, 2012 1:41 pm
by Maurizio
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
Re: Bug in GRADIENT clause
Posted: Thu Jan 12, 2012 8:02 pm
by Antonio Linares
Maurizio,
Yes, no problem to do it that way