Replies: 1 comment 3 replies
-
Never mind. I found out. The VCL style problem remains, however. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm loving DelphiVCL so far but I have a slight problem.
I have a Shape object on my form...
import delphivcl as vcl
self.Shape1 = vcl.Shape(self)
self.Shape1.SetProps(Parent=self, Left=216, Top=136, Height=80, Width=105, Shape='stRoundSquare')
... This appears on the form but only with a white background and a black pen. I can't find the relevant kwargs to set the Brush.Color, Pen.Color or Pen.Width properties. How do I do this please? I've tried 'Brush.Color=', 'Brush_Color=', 'BrushColor=', 'Brush[Color]=' and quite a few more to no avail.
While I'm here, I can't change VCL style either. The demo 'activityindicator.py' file crashes when I try to change style. If you could fix that bug, I'll be eternally grateful.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions