« Risposta #1 il: 22 Gennaio 2014, 12:44:21 »
Nella M.L. ufficiale si aggiunge una domanda analoga:
"
I'm starting using report control but cannot find a way to set a label color , I've try with something like:
lblID.Brush = ReportBrush.Color(Color.red)
lblID.BackGround = ReportBrush.Color(Color.Yellow)
It don't show error but don't change anythink.
any idea ?
Thank's in advance,
Marco. "
"
Thank you for the advise... it's corrected in the last rev 6099.
Fabien Bodard "
"
I'm starting to use gb report component in gambas3. It works very fine and I
was able to realize all I need. I saw a post with bug reporting about
reportbrush.color problem.
Is it a solve problem ?? I try to change the font color and background color
in a ReportLabel.Brush = ReportBrush.Color(Color.Cyan)
.BackGround = ReportBrush.Color(Color.Cyan)
nothing change.... I make something wrong or the bug is not solved too
thank a lot
kungfupanda "
"
it is solved but actually only on the svn version. You need to wait
for release if you don't use this
you can use as workarround:.Background = ReportBrush["#FF0000FF"]
Regards,
Fabien "
« Ultima modifica: 03 Febbraio 2014, 10:12:58 da vuott »
Registrato
« Chiunque, non ricorrendo lo stato di necessità, nel proprio progetto Gambas fa uso delle istruzioni Shell o Exec, è punito con la sanzione pecuniaria da euro 20,00 a euro 60,00. »