Delphi4PythonExporter icon indicating copy to clipboard operation
Delphi4PythonExporter copied to clipboard

Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.

Results 5 Delphi4PythonExporter issues
Sort by recently updated
recently updated
newest added

From the export dialogs, in addition to "_Show exported files in **E**xplorer_" (explore should be capitalized), there should also be an option to "_Open in PyScripter_" that will open the...

enhancement

There is a lot of overlap between the two forms. The _Selected form export_ dialog allows for more flexibility. If you select all the forms, the only difference is the...

enhancement

Currently, installing via GetIt requires restarting the RAD Studio IDE. There should be a way to load the package into GetIt without restarting the IDE.

enhancement

Hi everyone, Seems that there is an install problem on Delphi Rio (10.3.1) as Vcl.DBGrids.TDBGrid do not own any ScaleValue method. Here are the steps : 1) Download Delphi4PythonExporter-main 2)...

bug

When project contains forms with **unnamed components**, the "Form Producer" creates an incorrect line in the **__init__** constructor method (there is no name in the _"self.name = None"_ statement). The...