Display Artefacts when Switching Pages in TMS TAdvOfficePager
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.开发者_运维技巧
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,
精彩评论