You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** 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
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.
The text was updated successfully, but these errors were encountered:
*** 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
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.
The text was updated successfully, but these errors were encountered: