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

MacOS version: 12.4 / Chip: Apple M1 Pro Python ARM compilation DelphiFMX runs smoothly on Python 3.8. Hower it hungs on Python 3.10 just upon importing: "from delphifmx import*"

bug
Awaiting Feedback

Although TGrid and TStringGrid are listed on the Wiki in the list of [included classes](https://github.com/Embarcadero/DelphiFMX4Python/wiki/Included-Types#fmxgrids), they are not working properly. See below the print of the form in Delphi: ![delphi-fmx](https://user-images.githubusercontent.com/11139086/178873678-15e4b736-5da7-4aae-9ab2-77ed79983966.png)...

bug

There is no implementation of dialogs methods, such as ShowMessage or FMX.DialogService methods that are fundamental in the application.

enhancement

Add TStream descendant classes: TMemoryStream, TFileStream, TBytesStream... I know the project's focus is only GUI and not portability of all Delphi classes, but some RTL classes are fundamental for some...

enhancement

On Windows 10, run the Todo.py and click the 'X' button, the window will be closed but the python won't exit. Taskman shows "no response". ![image](https://user-images.githubusercontent.com/1857661/160976983-d2881d37-7313-4697-87d6-cd966d22a1f0.png) From the debug window,...

Awaiting Feedback

![image](https://user-images.githubusercontent.com/5551824/154857031-5a1f3d67-19d8-492c-9e99-44e4b3c9785e.png) On my windows, it's 1.5 times scaled. Is there are a way to set the DPI correctly or even better to calculate the prop DPI at run time?

Awaiting Feedback

I tested the sample apps todolist.py and controlsdemo.py and they work fine. But I see the RStudio icon as app icon in the Windows taskbar. Any idea why? How can...

question

Hi, i tried drawing some graphics on an Image component without success. Calling BeginScene method returns me an error: Type Error: BeginScene called with invalid arguments. Error: Colud not find...

pending

Hi, I have being trying the Delphi FMX examples on my macbook pro (intel). While button clicks work perfectly, the Edit box is not accepting the characters I type on...

Awaiting Feedback

![Test_Exporter_py_](https://user-images.githubusercontent.com/69752231/166150727-bb3bdeb1-14c8-47fe-a1b2-1b8cc82ae84c.png) ![Delphi_](https://user-images.githubusercontent.com/69752231/166150692-ddf9c7ad-6b87-4423-b90d-755285e44438.png) I made just a simple project in Delphi fmx and used the Exporter to Python. Delphi works perfect. When running without modification the Unit.py it get this Error....

Awaiting Feedback