Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

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. ...
Cubitte's user avatar
  • 21
0 votes
1 answer
64 views

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 ...
Shaun Roselt's user avatar
  • 4,411
0 votes
1 answer
43 views

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 ...
Shaun Roselt's user avatar
  • 4,411
0 votes
1 answer
77 views

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 ...
Shaun Roselt's user avatar
  • 4,411
0 votes
1 answer
451 views

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 ...
Shaun Roselt's user avatar
  • 4,411
0 votes
1 answer
52 views

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 ...
Shaun Roselt's user avatar
  • 4,411
0 votes
1 answer
250 views

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: ...
zac's user avatar
  • 5,028
1 vote
1 answer
220 views

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 ...
Teodor Nitica's user avatar