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 ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
