[Gambas-user] Bugs in gambas 3.16

Benoît Minisini g4mba5 at gmail.com
Wed Apr 21 02:22:02 CEST 2021


Le 21/04/2021 à 00:42, Safiur Rahman a écrit :
> Hi
> 
> The Desktop.SendKeys is not working now. The bug tracker neither
> allows login of my old user id nor allows log in of newly created user
> id.
> We have been using Desktop.SendKeys for more than six years to allow
> user use Return/Enter key instead of Tab key to go to next control in
> several applications. Now that is not working. Is there any workaround
> to solve "Cannot load clas X11" error in temporary basis for the time
> this bug gets fixed?
> 
> Attached a project to reproduce this problem.
> 

Beware that even if I succeed in fixing that bug, Desktop.SendKeys() 
will never work with Wayland (it's forbidden).

Moreover, if you use Desktop.SendKeys() just to change the focused 
control, you should really not use it, and do that using the "Next" and 
"Previous" properties.

Regards,

-- 
Benoît Minisini


More information about the User mailing list