[Gambas-bugtracker] Bug #1744: Key.Code Alternate in gb.webform2
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Mar 12 01:49:01 CET 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1744&from=L21haW4-
Comment #3 by Benoît MINISINI:
It's not possible to do that because the dialog between the browser and the application is asynchronous. If the pressed key is sent by the browser to the application so that an event is raised inside, then the answer will be received in a javascript callback outside of the javascript key press event handler.
In other words, you will be able to receive events for pressed key, but you won't be able to cancel them.
More information about the Bugtracker
mailing list