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 - Make TVideoTool.AddFrame accessible from outside
Summary: Make TVideoTool.AddFrame accessible from outside
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: 33.210915
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: yeray alonso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 10:37 EST by yeray alonso
Modified: 2022-02-03 10:38 EST (History)
1 user (show)

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


Attachments
Test project (1.75 KB, application/x-zip-compressed)
2022-02-03 10:37 EST, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
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.