在 TMS TAdvOfficePager 中切换页面时显示工件
我正在使用 TMS 软件 中的 TAdvOfficePager
组件。在每个页面内我都使用一个框架。在页面之间切换时,我会得到一些丑陋的显示伪影,如下所示:
旧页面中的控件和旧页面中的控件新页面都可见一段时间。
我能做些什么吗?
注意:OnShow
事件处理程序中没有发生任何事情,实际上只是页面切换导致了伪影。
提前感谢您的帮助。
I'm using TAdvOfficePager
component from TMS Software. Inside each page I use a frame. When switching between pages I get some ugly display artefacts like this:
The controls from the old page and the controls from the new page are both visible for some time.
Is there anything I can do about this?
Note: There's nothing happening in the OnShow
event handler, it's really just the page switch causing the artefact.
Thanks for your help in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tms 的组件有很多问题。解决方案:
1)尝试重绘组件
2)有时enable->false然后enable->true可以解决(也可以尝试使用visible)
3)获取代码,挖掘其中并自己解决问题....
最好的问候,
tms have a lot of problem in theirs components. solutions:
1) try redraw the component
2) sometimes enable->false and then enable->true can solve it(also try with visible)
3) take the code, digg in it and resolve the problem by yourself....
best regards,