All Questions
8 questions
0
votes
0
answers
33
views
Python VCL MenuItem text disappears when assigning ImageIndex when have a style
Loaded a style from file, but when assigning ImageIndex to a MenuItem the text disappears, everything else seems fine.
Not sure if there is additional properties for the ImageList to make this work.
...
0
votes
1
answer
64
views
Is there a short one-line way to set the margins of a component in a Python VCL GUI App?
I know you can set each margin (Top, Right, Bottom, Left) individually like the following code:
self.myPanel.AlignWithMargins = True
self.myPanel.Margins.Top = 100
self.myPanel.Margins.Right = 100
...
0
votes
1
answer
43
views
How to add a border to a label in a Python VCL GUI App?
I've made a simple Hello World! app in the DelphiVCL GUI Library for Python. "Hello World!" is shown on a Label on the Form as can be seen below with my code and screenshot:
from delphivcl ...
0
votes
1
answer
77
views
How to change GroupBox background color in Python VCL GUI app
I'm using the DelphiVCL GUI library for Python and trying to change the background color on a GroupBox component, but it's not working
I have the following code to create the Form and the GroupBox on ...
0
votes
1
answer
451
views
How to change Panel background color in Python VCL GUI app
I'm using the DelphiVCL GUI library for Python and trying to change the background color on a Panel component, but it's not working
I have the following code to create the Form and the Panel on my ...
0
votes
1
answer
52
views
How to change Panel margins in Python VCL GUI app
I'm using the DelphiVCL GUI library for Python and trying to change the margins on a Panel component, but it's not working
I have the following code to create the Form and the Panel on my Form:
from ...
0
votes
1
answer
250
views
How to install Delphi 4 Python ? ImportError: DLL load failed while importing DelphiVCL: The specified module could not be found
I tried to follow the steps as per embarcadero tutorial like that:
pip install delphivcl
Collecting delphivcl
Using cached delphivcl-0.1.24-cp311-cp311-win_amd64.whl
Installing collected packages: ...
1
vote
1
answer
220
views
DelphiVCL for Python forms don't minimize when I use the border icon of the window
As I use DelphiVCL for Python where I don't have Delphi installed I stepped on an issue with the forms. The apps work as expected except the fact that the form doesn't minimize when I press the ...