DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Delphi's VCL library as a Python module for building Windows GUI

Results 35 DelphiVCL4Python issues
Sort by recently updated
recently updated
newest added

Visual Error Messages ===================== The components of "delphivcl" have a restriction on binding new symbols at runtime and their subsequent reading. For example, the following code snippet displays an error...

enhancement

The doc strings are not utf8 encoded as python expects them to be and this causes issues when doing introspection. For example this causes https://github.com/pyscripter/pyscripter/issues/1288. Please make sure that all...

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

... Application.MainFormOnTaskBar = False Application.Title = "Hello Python" ... Application Title not showing on taskbar, attribute doesn't work.

help wanted

I ran the activityindicator.py sample and you can see below how it looks: ![image](https://github.com/Embarcadero/DelphiVCL4Python/assets/5418178/bc2fbb2d-0420-426a-bcf2-b51fabeb99bb) Everything is over each other and squeezed in

bug
wontfix

Maximizing the window works fine, but minimizing doesn't work. : )

help wanted

I noticed that there are many xml files in the doc directory of P4D. For example, Vcl.Buttons.pas is generated as Vcl.Buttons.xml. What tool are used to generate these files? Can...

question

Mouse wheel events are not exposed. Se attached file with the proposed addition. Wrapps OnMouseWheel and OnMouseWheelDown. OnMouseWheelUp is then automatically exposed. [WrapVclControls.zip](https://github.com/Embarcadero/DelphiVCL4Python/files/12704902/WrapVclControls.zip)

Python3.12 x64 C:\>pip install delphivcl Collecting delphivcl Using cached https://... delphivcl-0.1.24.tar.gz (12 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements...

When the property PixelsPerInch of Form is 96, TToolBar can display normally. However, when it is not 96, such as 120, the program will encounter an error. ![2](https://github.com/Embarcadero/DelphiVCL4Python/assets/17403815/41d58a4a-228d-4753-bcea-757e0d4894c8)