Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看看下面的图片。当我添加标签和速度按钮并运行程序时,它们都不会显示,但会显示发光的标签 ( GlowSize=1)
GlowSize=1
当我运行程序时:
你看?甚至第二个标签也没有正确显示,而且非常透明。
是否有任何解决方法来解决此问题?谢谢 :)
尝试将表单的 DoubleBuffered 属性设置为 TRUE。之后应该显示 TLable/TSpeedButton。但无论如何,那些 Glass* 相关的功能都是错误的,而且文档也很糟糕。