문제

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
도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top