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 1557

Summary: Implement TeeTree for JavaScript and add export support from VCL
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=5&t=16154
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

Description yeray alonso 2016-06-16 06:50:04 EDT
If you try to export a TTree from VCL to HTML5 using TeeSaveToJavascriptFile function, it compiles because a TTree is a TCustomTeePanel, but it crashes because the function considers it's always a TCustomChart
Comment 1 yeray alonso 2016-06-16 11:16:16 EDT
Created attachment 611 [details]
test project
Comment 2 yeray alonso 2016-06-22 11:07:55 EDT
Implemented using DTree from http://destroydrop.com/javascripts/tree/