Can Android Teechart import XML exported by Delphi version?

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
vas
Newbie
Newbie
Posts: 20
Joined: Wed Oct 17, 2007 12:00 am

Can Android Teechart import XML exported by Delphi version?

Post by vas » Thu Jan 26, 2012 8:03 pm

Android Teechart, eval version (for now)

I am trying to use

Code: Select all

   chart.getImport().getTemplate().fromXML(dataDir + "chart1.xml");
where "chart1.xml" was created by Delphi 7 (teechart 8 pro I think).

There are no exceptions (the file is found) but the chart is empty (no display, and series count is zero).

Am I doing something wrong ?

I also tried importing the .tee created by Delphi but that caused a stream corrupted exception.

I seem to recall in the Delphi version I'd need to so a registerSeries but I do not see an equivalent in Android. And I can cleanly create charts using samplevalues in this app, so I don;t think I have any installation issues.

Any ideas ?

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Can Android Teechart import XML exported by Delphi version?

Post by Yeray » Mon Jan 30, 2012 12:25 pm

Hi,

I'm afraid neither the XML or tee/tej files generated when exporting and expected when importing aren't compatible between TeeChart Java and TeeChat VCL.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply