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?
Copy metafile to clipboard
Re: Copy metafile to clipboard
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |