Extremely slow refresh and resize
Hello
when using XPTheme.pas from http://www.jrsoftware.org/misc.php
the paint gets extremely slow.
As far as I see the issue is in:
procedure TPrintPreview.DrawPage(PageNo: Integer; Canvas: TCanvas;
gdiPlus.Draw(Canvas, Rect, FPageList[PageNo-1])
this method gets extremely slow.
What could be the cause? Can you suggest a workaround?
when using XPTheme.pas from http://www.jrsoftware.org/misc.php
the paint gets extremely slow.
As far as I see the issue is in:
procedure TPrintPreview.DrawPage(PageNo: Integer; Canvas: TCanvas;
gdiPlus.Draw(Canvas, Rect, FPageList[PageNo-1])
this method gets extremely slow.
What could be the cause? Can you suggest a workaround?