Copy metafile to clipboard

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
riskassessor
Newbie
Newbie
Posts: 29
Joined: Tue Oct 13, 2015 12:00 am

Copy metafile to clipboard

Post by riskassessor » Thu Dec 03, 2015 5:54 am

I'm using the latest Teechart Standard FMX with Delphi Seattle. The following commands do not copy anything to the clipboard:
Chart1.CopyToClipboardMetafile(True);
Chart1.CopyToClipboardMetafile(False);

This command works:
Chart1.CopyToClipboardBitmap;

Am I doing something wrong?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Copy metafile to clipboard

Post by Yeray » Thu Dec 03, 2015 10:51 am

Hello,

I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1380

Feel free to add your mail to the CC list to be automatically notified when an update arrives.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply