DelphiFMX4Python icon indicating copy to clipboard operation
DelphiFMX4Python copied to clipboard

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.

Results 33 DelphiFMX4Python issues
Sort by recently updated
recently updated
newest added

``` 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...

bug

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...