[Gambas-user] GTK versus QT

Gianluigi gradobag at gradobag.it
Thu Feb 23 14:12:11 CET 2023


Il 23/02/23 12:51, Philippe Valarcher ha scritto:
> I have a concern on a small program, with the component GB.QT The 
> Form_Keypress works well and does what I ask him when with GB.GTK or 
> even GB.GTK3 The keyboard entry takes only the last figure, The 
> concatenation of the figures is not done (we can check it by doing a 
> simple operation of the 11+1 style, under GTK it gives = 2 while under 
> QT it gives = 12.
> There is certainly a way to turn around but I have not yet found.
> I attach a text file with the incriminated procedures as well as the 
> 47 version (under GB.GTK).
>
> Thank you for your help.
>

Hi,

I believe the malfunction is caused by the Public Sub Form_KeyPress() 
which does fewer reads with QT than with GTK and GTK3

Regards

Gianluigi



More information about the User mailing list