Steema Issues Database

Note: 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.



Bug 310 - [TV52015656] If you export your chart to metafile from a remote desktop session wi...
Summary: [TV52015656] If you export your chart to metafile from a remote desktop sessi...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Export (show other bugs)
Version: unspecified
Hardware: All All
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 18:42 EDT by yeray alonso
Modified: 2013-11-20 10:37 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2013-11-20 10:37:47 EST
If you export your chart to metafile from a remote desktop session with a width screen, the characters in the texts overlap each other.
For example, start the remote desktop session with the command:
mstsc.exe /w:2500 /h:800
Then, create a delphi project with a chart and a commander. Run it, open the editor, export tab. Select metafile and preview.
The attached image is a screenshot of what I got.
The customer suggests this fix: In TeeCreateMetafile, add the folowing line after the TMetafileCanvas is created:
SetGraphicsMode(tmpCanvas.Handle, GM_ADVANCED);
http://www.teechart.net/support/viewtopic.php?f=3&t=12421&p=53818#p53818 [created:2011-07-12T17:42:12.000+01:00 reported by:yeray@steema.com reported in version:2011.03.30407 (TeeChart VCL)]