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 2509

Summary: Make TVideoTool.AddFrame accessible from outside
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ToolsAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: enhancement CC: yeray
Priority: ---    
Version: 33.210915   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Test project

Description yeray alonso 2022-02-03 10:37:53 EST
Created attachment 996 [details]
Test project

If you want to create a video from a set of TCharts, where each TChart is a new Frame in the video, you can use TVideoTool.

The attached project does it but needs AddFrame method to be moved from "private" to "public" in TVideoTool.