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 - [TJ71015760] Running: tChart1.getExport().getTemplate().toXML("C:\\temp\\testJava...
Summary: [TJ71015760] Running: tChart1.getExport().getTemplate().toXML("C:\\temp\\test...
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Exporting (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 17:08 EDT by christopher ireland
Modified: 2016-03-11 09:51 EST (History)
1 user (show)

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


Attachments

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