DelphiFMX4Python
DelphiFMX4Python copied to clipboard
Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
``` import os from delphifmx import * class FormMain(Form): def __init__(self, owner): self.PaintBox = None self.LabelLineCount = None self.Panel = None self.HueTrackBarLinesColor = None self.HueTrackBarPointsColor = None self.TrackBarStartFadeDistance = None...
Running this example leads to: `P:\python>python todo.py Traceback (most recent call last): File "P:\python\todo.py", line 40, in main() ~~~~^^ File "P:\python\todo.py", line 34, in main app = TodoApp(Application) File "P:\python\todo.py",...
I'm using DelphiFMX 1.0.9 but this happen also in 1.0.8. If in Delphi Designer I set Edit.AutoSelect the settings is in the pyfmx file but raise an error during python...