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 - Implement TeeTree for JavaScript and add export support from VCL
Summary: Implement TeeTree for JavaScript and add export support from VCL
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 06:50 EDT by yeray alonso
Modified: 2016-06-22 11:07 EDT (History)
0 users

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


Attachments
test project (1.69 KB, application/octet-stream)
2016-06-16 11:16 EDT, yeray alonso
Details

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