Search found 3 matches

by PKH
Tue May 09, 2017 6:52 pm
Forum: VCL
Topic: missing borders when copied and pasted
Replies: 6
Views: 9937

Re: missing borders when copied and pasted

I have both gdiplus.dll and qtintf70.dll in the same directory as the exe. I also include both when users download / install my software.

However, I notice no difference with gdi+ or without gdi+ in my test program. Should I continue to include gdi+ with my software?
by PKH
Tue May 09, 2017 1:12 pm
Forum: VCL
Topic: missing borders when copied and pasted
Replies: 6
Views: 9937

Re: missing borders when copied and pasted

Thanks for the response. I am using Delphi Berlin 10.1 and TeeChart Pro v2016.19.161025. Yes, if I increase the border width to 4 the copied and pasted chart does have four borders. But with lower border widths there are issues. I attached a zip file with a Delphi project to demonstrate. In the prog...
by PKH
Mon May 08, 2017 6:37 pm
Forum: VCL
Topic: missing borders when copied and pasted
Replies: 6
Views: 9937

missing borders when copied and pasted

In my program each chart has a "visible" border, with no bevels (chart/Panel/Borders/Border and /Bevels). I let the user copy a graph (for pasting into another document) using the following code: chart1.CopyToClipboardMetafile(true); However, the chart when pasted into a document has a border on onl...