I am creating an application that allows to introduce a compnent within the TRichviewEdit. But an error arises to me when attempt to load a file that contains these components. The components are registered such and as you explain in the aid.
the components :
-TChart
-TcxSpreadsheet - Developer Express
Components in TRichviewEdit
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
About TChart. I just tried, it is loaded from RVF without errors. All its data series are loaded too, but without their data values. It looks like TChart cannot store data values, they must be stored in some other place.
Is it critical? I can try to modify TRVChartItemInfo (see Demos\Addins\ChartItem\) so that it will store the chart data in RVF file.
As for DE controls, the problem with them was already reported. What kind of error do you get when load them?
Is it critical? I can try to modify TRVChartItemInfo (see Demos\Addins\ChartItem\) so that it will store the chart data in RVF file.
As for DE controls, the problem with them was already reported. What kind of error do you get when load them?