Embarcadero / DelphiFMX4Python

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Other
296 stars 54 forks source link

OnKeyUp Error: No Registered EventHandler for events of type "TKeyEvent #25

Closed knietsch closed 1 year ago

knietsch commented 2 years ago

Test_Exporter_py_

Delphi_

I made just a simple project in Delphi fmx and used the Exporter to Python. Delphi works perfect. When running without modification the Unit.py it get this Error. The same configuration in vcl runs perfect. Unit1.py.txt

lmbelo commented 2 years ago

Hi @knietsch,

thank you for the feedback.

The issue you faced is due to a missed event handler. I will include it to be released in the next release.

I will let you know when it is available.

🚀

knietsch commented 2 years ago

thx a lot

lmbelo commented 2 years ago

@knietsch, we just launched a new version with a fix to this issue. Can you try again, please?

knietsch commented 1 year ago

Well done. Works identically as in Delphi and delphivcl, so far i tested. 👍