1

Look at the picture below. when I add a label and a Speed Button and run the program, none of them will show but the label that has a glow ( GlowSize=1 )

Picture 1

When I run the program:

Picture2

You see? Even the second label is not showing correctly and it's very transparent.

Is there any workarounds to fix this problem? Thanks :)

  • Delphi XE4
Sky
  • 4,244
  • 7
  • 54
  • 83

1 Answers1

1

Try to set DoubleBuffered property of the form TRUE. After that TLable/TSpeedButton should be shown. But those Glass* related features are buggy and bad documented anyway.

Andrei Galatyn
  • 3,322
  • 2
  • 24
  • 38