Question

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
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top