Hi Narcis,
The examples in teechart.features.jar are java examples. I am not writing a java application. The only way I have access to the applet is via scripting in my webpages. i.e JavaScript.
We are using a product from SAP called xMII to build a data access framework for our business's MES layer of systems. This provides all the data that we need to visualise. This is where we are evaluating your product to provide the charting capability as on the surface it looks to be far more advanced then the xMII charting capability.
We need to use the applet because the next version of XMII will run within SAP's Netweaver environment. If this were not the case we could have used the activeX control but this will not be an option for us longer term
The best option for us would be to have the import function working because xMII provides data output via XML for which we could then just apply an xsl transformation before loading into your applet.
But for options like printing we need this to be able to be called from the webpage. i.e. As in the tutorials:
Print Preview
The PrintPreview window will show you how the Chart will appear when printed. You may modify print parameters in the Print Preview window. To call PrintPreview run:
tChart1.getPrinter().preview();
So my question remains is the result I am receiving calling the above function in JavaScript expected or is there potentially something else wrong?