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 441

Summary: [TJ71015760] Running: tChart1.getExport().getTemplate().toXML("C:\\temp\\testJava...
Product: Java TeeChart Reporter: christopher ireland <chris>
Component: ExportingAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: yeray
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description christopher ireland 2013-11-20 12:16:49 EST
Running:
tChart1.getExport().getTemplate().toXML("C:\\temp\\testJava.xml");
works ok, but trying to import this again using:
tChart1.setChart(tChart1.getImport().getTemplate().fromXML("C:\\temp\\testJava.xml"));
does not work. [created:2011-09-28T16:08:44.000+01:00 reported by:chris@steema.com reported in version:]
Comment 1 yeray alonso 2016-03-11 09:44:14 EST
Problem reproduced with v3.0.0.030 both in SWT and Swing.
Since commit below, you can import the generated .xml in both SWT and Swing:
http://steema.cat:802/TeeChart_Java/Sources/commit/41071a306d14bc344c4aed7598baf6d8727812bb

When you export the chart to the xml in Swing some errors still appear, but that's a different issue, reported in the bug 434
Comment 2 yeray alonso 2016-03-11 09:51:10 EST
(In reply to yeray alonso from comment #1)
> When you export the chart to the xml in Swing some errors still appear, but
> that's a different issue, reported in the bug 434

Sorry, the errors still appearing are in SWT, not in Swing.
I've created a new ticket reporting these errors: bug 1466