[Gambas-user] Problem with ColorButton in 3.5.3 with Gtk and Gui components.

Benoît Minisini gambas at ...1...
Wed May 7 19:29:48 CEST 2014


Le 07/05/2014 17:31, gian a écrit :
> Hello Benoit,
>
>
> 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 for my english
>

Please post such mails on the mailing-list!

-- 
Benoît Minisini




More information about the User mailing list