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 31 DelphiFMX4Python issues
Sort by recently updated
recently updated
newest added

Python IDEs don't find respective symbols in modules and does not provide code completion. Need to create stubs for code completion. https://peps.python.org/pep-0561/

enhancement

Question: The compiled FireMonkey-Lib for Android has a size of 21 MB/32bit and 31 MB/64bit. Why is the size so huge? How big is a "Hello World" app for Android...

question

To implement the second layer, we want to load the binary extension module as part of the package distribution but not as a sole package.

If I try to use DelphiFMX in Python I get this error: `not valid for use in process: Trying to load an unsigned library), '/usr/local/lib/libDelphiFMX.dylib'` Here is the full terminal...

bug
Awaiting Feedback

Ubuntu 20.04 Python 3.8 `from delphifmx import *` Causes: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) Python app created with Delphi runs properly so dependencies should...

Awaiting Feedback

Plz see https://en.delphipraxis.net/topic/10675-d4p_export_demo/ Either VCL or FMX cannot make an EXE with pyinstaller.exe On GUIPY the script runs with no problem

help wanted

Including a TTreeview control results in a 'RuntimeError: Class TTreeView not found" Is there a way to include the class in the delphifmx module?

question

How can I use Nuitka or Pyinstaller to package on Windows or Linux? now i use nuitka or pyinstaller to package delphiFMX on linux and Windows,but i failed。

Question from @shaun: https://stackoverflow.com/questions/76847346/image-transparency-color-in-firemonkey-fmx-with-python

help wanted