[Gambas-user] Gambas 3.15.2: checbox dos not accept background color
roberto.premoli at tiscali.it
roberto.premoli at tiscali.it
Tue Mar 28 10:19:51 CEST 2023
Hi,
I just moved a ooooold project to "current" gambas 3.15.2 present
on Debian 11.
some of my code manage the background of chekbox, but not
id does not work anumore.
let say:
Public Sub CheckBox1_Click()
CheckBox1.Text = "my text here"
CheckBox1.background = 255
End
does
not change the backgorund
but
Public Sub CheckBox1_Click()
CheckBox1.Text = "my text here"
CheckBox1.foreground = 255
End
run
properly and the foreground color of text move to blue.
I report this
bug just in case is present also in 3.18.x and noone noticed before.
It
the bug is already fixed, don't care this mail
VOUCHER CONNETTIVITÀ per P.IVA e PMI: internet a canone 0 per 48 mesi. ATTIVA ORA
https://casa.tiscali.it/promo/?u=https://promozioni.tiscali.it/voucher_business/?r=TS00000A00025&dm=link&p=tiscali&utm_source=tiscali&utm_medium=link&utm_campaign=voucherbusiness&wt_np=tiscali.link.footermail.voucherbusiness.btb..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230328/e33bd242/attachment-0001.htm>
More information about the User
mailing list