Embarcadero / DelphiFMX4Python

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

Error: No Registered EventHandler for events of type "TCellClick #97

Open blueskylu2008 opened 6 months ago

blueskylu2008 commented 6 months ago

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] on win32. Remote Python engine is active

Remote Interpreter Reinitialized

Remote Interpreter Reinitialized AttributeError: Error in setting property OnCellClick Error: No Registered EventHandler for events of type "TCellClick Traceback (most recent call last): File "E:\delphifmx6\iArchMgr4Cb.py", line 13, in main() File "E:\delphifmx6\iArchMgr4Cb.py", line 7, in main Application.MainForm = iCenterMgrForm(Application) File "E:\delphifmx6\UnitMain.py", line 91, in init self.LoadProps(os.path.join(os.path.dirname(os.path.abspath(file)), "UnitMain.pyfmx")) RuntimeError: Error reading StringGridSp1.OnCellClick: AttributeError: Error in setting property OnCellClick Error: No Registered EventHandler for events of type "TCellClick

image image I made just a simple project in c++builder fmx and used the Exporter to Python. When running without modification the UnitMain.py it get this Error.

davemaster commented 6 months ago

Greetings,

Have you the "simple project code", the version of our IDEs ?? Thanks in advance