![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
Summary: | Export to Metafile | ||
---|---|---|---|
Product: | FireMonkey TeeChart | Reporter: | yeray alonso <yeray> |
Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | js, luchieco, peter.carr |
Priority: | --- | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
URL: | http://www.teechart.net/support/viewtopic.php?f=17&t=15883 | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Attachments: | test project |
Same bug happens to methods SaveToMetafile and SaveToMetafileEnh. Both methods are still not working despite latest bugfix #2430 Just corrected CopyToClipboardMetafile to use TeeCreateMetafile internally. Note that TeeCreateMetafile doesn't use a TMetafile but a TBitmap, which also affects SaveToMetafile and SaveToMetafileEnh. See #2430 and #2534 for a related explanation: https://www.steema.com/bugs/show_bug.cgi?id=2430 https://www.steema.com/bugs/show_bug.cgi?id=2534 *** Bug 2533 has been marked as a duplicate of this bug. *** Can't use IFMXClipboardService in XE2, so I had to skip that and CopyToClipboardMetafile will do nothing in XE2. As explained above, from XE3, CopyToClipboardMetafile should return a TBitmap. |
Created attachment 529 [details] test project The CopyToClipboardMetafile doesn't work on FMX Test project attached.