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

------------------------------------------------------------------------------
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
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to