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 336 - Exception cannot assign TMetafile to a TBitmap when print-previewing multiple charts
Summary: Exception cannot assign TMetafile to a TBitmap when print-previewing multiple...
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Demos (show other bugs)
Version: 131119
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 10:51 EST by sandra pazos
Modified: 2013-11-22 05:46 EST (History)
1 user (show)

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 sandra pazos 2013-11-20 10:51:32 EST
If you move the cursor over the charts and chart preview of All Features\Welcome! \Printing\Multiple Charts appear an exception. The problem occurs in the Demo Multiple charts.
Comment 1 david berneda 2013-11-22 05:46:43 EST
Fixed.
This exception was happening after we introduced the TTeeCanvas StretchQuality property, which uses default VCL StretchDraw method instead of our own TeeSmoothStretch.  For a TMetafile this was not working properly.