如何为所有项目应用默认样式
我在这个应用程序上使用 VCL 和 FMX,我们正在将软件逐包更新到 FMX。
我对代码做了一些事情,改变了应用程序的样式。 从设计上看,是DEFAULT风格,没有任何风格版本。
然而,当应用程序编译时,所有 FMX 表单的样式都发生了变化,屏幕变得一团糟,按钮消失了等等......
我不知道已经做了什么来实现它,但我找不到方式将所有项目设置为默认布局。
我尝试使用
TStyleManager.SetStyleFromFile('light.style')
delphi 文件夹中的示例。
然而,中午的.STYLE 是DEFAULT。
有DEFAULT.STYLE吗?
或者有什么方法可以在运行时设置 DEFAULT.STYLE 吗?
I work with VCL and FMX on this application, we are updating pack by pack of the software to FMX.
Something I did on the code, changed the STYLE of the application.
On the design view, it is the DEFAULT style, without any style edition.
However, when the application is compiled the STYLE for all FMX forms are changed, and the screen become a mess, the buttons disappears, etc...
I don't know what has been done to achieve it, but I could not find a manner to set all project to DEFAULT LAYOUT.
I tried to use
TStyleManager.SetStyleFromFile('light.style')
using the samples from delphi folder.
However, noon of the .STYLE are the DEFAULT.
Is there any DEFAULT.STYLE?
Or any manner to set DEFAULT.STYLE on RUNTIME?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论