Using teechart pro ver 6.01
I place a chart on a form, set up a couple of series and add two buttons.
Button1 calls SaveChartToFile
Button2 Calls LoadChartFromFile
I do not add any data to the chart or modify any default properties.
I press Button1 and then press Button2. During LoadChartFromFile I get EClassNotFound with message 'Class TFastLineSeries not found'
This is a replication of the problem I'm seeing in my main form
Never ran into this prior to converting from D5 to D7 AFAIK
LoadChartFromFile results in Exceptions
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi,
This problem is because after importing the series type is not recognised. Inlcuding TeeEditPro solves this problem as it runs RegisterTeeSeries(...).
This problem is because after importing the series type is not recognised. Inlcuding TeeEditPro solves this problem as it runs RegisterTeeSeries(...).
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |