[Gambas-user] Problem with ColorButton in 3.5.3 with Gtk and Gui components.
gian
bagoneo at ...69...
Wed May 7 18:10:39 CEST 2014
Hello Benoit,
I accidentally sent this message to the owner email sorry.
Having this simple code on a Fmain.form with ColorButton1 and this code:
Public Sub Form_Open()
Me.Center
ColorButton1.Color = Color.White
End
Public Sub ColorButton1_Change()
Dim iCol As Integer
iCol = ColorButton1.Color
Print iCol '============> correct everywhere
End
The ColorButton does not stain (Gui and Gtk side), button always black.
With QT well works.
I inform also that with the computer of my wife (Gambas = 3.5.90)
conversely, everything is working correctly.
Regards gianluigi
PS: Sorry also for my english
More information about the User
mailing list