ItalFreak Report post Posted March 4, 2009 (edited) Hi, I'm trying to save a v3.1 chart as JPG or PDF from the client side and got this far as that the 'capture phase' is working fine. It shows 'Capturing Data 0-100%' and then finishes. The 'Save' button then appears or rather gets active but does not do a thing. When clicked something happens in the background but nothing on screen. I guess the 'Save as' dialog should appear ? The debug window shows: value="292.4" /> Export Capture Process Start: The chart has started capturing bitmap data for export. Export Trasmit Data Start: The chart has finished capture stage of bitmap export and is now initiating transfer of data to JS function 'FC_ExportDataReady' What could I do next to check or try ? Best regards, Jean Yesterday I tried on my other laptop, running Vista and guess what: On Vista saving the charts works, on 2 different XP machines it does not. (Nothing happens after clicking the 'Save' button') I still don't know where to look for the error but now maybe someone else does ? I have got to get this working on XP as well.... Thanks, Jean Edited March 6, 2009 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted March 6, 2009 Hi, Please check whether you have Flash Player 10 installed in the machines. Share this post Link to post Share on other sites
ItalFreak Report post Posted March 6, 2009 Oops sorry.... That (Flashplayer 10) solved it alright ! Now it works fine in both IE7 and FF on XP and Vista. Thanks ! Share this post Link to post Share on other sites
ItalFreak Report post Posted April 24, 2009 Sudipto Choudhury (3/6/2009)Hi, Please check whether you have Flash Player 10 installed in the machines. Hi Sudipto, Switching to Flash 10 solved my problem but I'm still confused about the requirements. The online documentation says: Client Side: Adobe Flash Player 8 (or above). Is version 10 only necessary to be able to save graphs and version 8 or above to view them ? I'm checking client site Flash version on my site and want to warn users about the minumum required version. Thanks, Jean Share this post Link to post Share on other sites
srividya_sharma Report post Posted April 24, 2009 Yes Jean, you got it right. Only for the client side export feature, Flash 10 is required. For displaying the charts Flash 8 is enough. Share this post Link to post Share on other sites
fusionjohn Report post Posted May 22, 2009 Could anyone help on a similar problem - I don't get quite as far as ItalFreak. In debug I get the following messages: Export Capture Process Start: The chart has started capturing bitmap data for export. Export Trasmit Data Start: The chart has finished capture stage of bitmap export and is now initiating transfer of data to JS function 'FC_ExportDataReady'. ...but the "Waiting" button never gets enabled or changes to Save. I have upgraded to Flash Player 10. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 23, 2009 Hello, Could you please try setting the Flash Player Global Security Settings , if you are running the application from local file system? Please follow the steps in the following link: http://www.fusioncharts.com/forum/FindPost8077.aspx Share this post Link to post Share on other sites
fusionjohn Report post Posted May 26, 2009 I have resolved the issue - just needed to look more carefully at the examples! I am running through IIS so did not have to make any security settings changes. Share this post Link to post Share on other sites
saptarshi Report post Posted May 26, 2009 Hello, Great to know it is working now! Happy FusionCharting. Share this post Link to post Share on other sites
[email protected] Report post Posted September 1, 2009 Hi, I have Fusion Charts Enterprise. I am trying to save/export a PNG/JPG/PDF. When I embed the javascript, DIV and set the xml parameters then go to right click the chart. I click on "Save as JPEG Image", the capturing data dialog box appears, runs to 100% but the "Waiting" button does not change to "Save. 1: I have Flash Player 10 installed 2: I have the PHP GD Library installed 3: I want client side exporting Am I doing something wrong? Regards, Jason Share this post Link to post Share on other sites
[email protected] Report post Posted September 1, 2009 To add: I have taken this line from the v3 documentation: var myExportComponent = new FusionChartsExportObject("fcExporter1", "../../FusionCharts/FCExporter.swf"); What is the fcExporter1 refering to? Is that a JS Function, a DIV, etc? Regards, Jason Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 1, 2009 Hey Jason, In reference to your first query, could you please check whether you have enabled the registerWithJS option? If not, please do so and try again? In reference to your second query, fcExporter1 refers to the object/embed tag of our FusionCharts Exporter SWF file. I hope this helps. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 1, 2009 Oh, and welcome to the FusionCharts Forum, of course. :Wow: Share this post Link to post Share on other sites
[email protected] Report post Posted September 2, 2009 Hi Thanks for your reply. That seemed to work which is great. Can you use that method on a page with more than one chart? Do I need to ensure fcExporter1 has a different value? Regards, Jason Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 2, 2009 Hello, Can you use that method on a page with more than one chart? Yes, provided that all the charts on the page are pointing to the same in their respective XML. I hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted September 2, 2009 Hi Thanks for the response. Is there a way to save (onload) multiple charts to the server using the "server method". Basically I want the charts saved when they are loaded so I can use them in a PDF. If the images are saved on the server I can import them into my PDF generator solution. Regards, Jason Share this post Link to post Share on other sites
[email protected] Report post Posted September 2, 2009 I also get this error message when I use the server export method. I have followed the tutorial by the book. Error: invalid property id Source File: "removed" Line: 0, Column: 35 Source Code: try { __flash__toXML(FC_Exported(({<br /> Where is this <br /> coming from? Regards, Jason Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 3, 2009 Hi Jason, Is there a way to save (onload) multiple charts to the server using the "server method". Basically I want the charts saved when they are loaded so I can use them in a PDF. If the images are saved on the server I can import them into my PDF generator solution. Yes, this is possible. You can use the FC_Rendered event in JavaScript and and call the chart.saveAsImage(); for this. Where is this <br /> coming from? Could you please make sure that your div ID and your chart ID are unique? This is basically showing the contents of the Div. Looking forward to your feed back on this. Share this post Link to post Share on other sites
[email protected] Report post Posted September 9, 2009 Hi I meant to save the image on the server. Is there an equivalent JS call to do this? Thanks, Jason Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 9, 2009 Hello, Could you please refer to the following link for this? Ref: http://www.fusioncharts.com/docs/Contents/ECJavaScript.html I hope this helps. Share this post Link to post Share on other sites
bobkupp Report post Posted September 17, 2009 (edited) Rajroop - thanks for your suggestion to include "?registerWithJS=1"; it solved my problem that I had spent too much time trying to figure out! Infosoft Global: Please put this step somewhere in your documentation about client-side export, I searched through the pages over and over and there is no mention of this step. -Bob Edited September 17, 2009 by Guest Share this post Link to post Share on other sites
saptarshi Report post Posted September 18, 2009 Hi, Glad it worked! :)You are most welcome. We have made a note of your suggestion. Thanks. Happy FusionCharting! Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 19, 2009 Hey Bob, You are always welcome, here, at the FusionCharts Forum. :cool: Share this post Link to post Share on other sites