napster07

Members
  • Content count

    15
  • Joined

  • Last visited

About napster07

  • Rank
    Junior Member
  1. Fusion Chart Server Side Export

    Hi, I only put all the files in a folder (C:\LearningFusionCharts\MyFirstChart\FusionCharts). Please see list below: - Column3D.swf - Data.xml - FCExporter.aspx - FCExporter.aspx.cs - FusionCharts.HC.Charts.js - FusionCharts.HC.js - FusionCharts.js - jquery.min.js - weekly-sales.html Is this ok? Thanks.
  2. Hi, I'm having problem with server-side exporting. I was able to generate the chart but after the capture phase, I got an error in opening the FCExporter.aspx. (Error: The resource cannot be found.). Please help me with this. Please see attached files for your reference. Thanks. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /FusionCharts_Evaluation/FusionCharts_Evaluation/ExportHandlers/ASP_Net/FCExporter.aspx Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3618 weekly-sales.html Data.xml
  3. Export Function Of Fusion Chart

    Hi, I'm using version 3.2.2. Please see attached for the XML and HTML code. Thanks. Do I need to include the jquery.min.js and highcharts,js? Chart.xml Chart.html ChartMaster.html
  4. Export Function Of Fusion Chart

    Hi, I added the folder with .js and .swf files in the Flash Player trusted zone but still no good. I pasted below the script that I included in my web app, so you can look on if i missed something. <div id="fcexpDiv" align="center">FusionCharts Export Handler Component</div> <script language="javascript" type="text/javascript"> //Note: fcExporter1 is the DOM ID of the DIV and should be specified as value of exportHandler //attribute of chart XML. var myExportComponent = new FusionChartsExportObject("fcExporter1", "../Charts/FCExporter.swf"); //Render the exporter SWF in our DIV fcexpDiv myExportComponent.Render("fcexpDiv"); </script>
  5. Export Function Of Fusion Chart

    Hi, Yes, I'm running it in local. I included the .js and .swf files in my web application.
  6. Export Function Of Fusion Chart

    Hi, Thanks. I updated the copy of my .js and .swf files and it's now ok. But the problem is, I can't see the Waiting button during Capture phase only the Fusion Charts Export Handler Component label. Did I miss something?
  7. Export Function Of Fusion Chart

    Hi, Thanks for the reply. I did what you said but still I can't see the "Save as JPEG" option when I right-clicked.
  8. Hi, I'm doing the export function of the Fusion Chart. I'm having problem with the export menus, during right click, i can't see option for saving to JPEG/PDF.
  9. How To Export Fusion Chart To Image?

    Hi, I'm now adding the export parameters to XML. Based on the Fusion Chart documentation, I need also to include this export attribute (exportHandler='http://www.domain.com/FusionCharts/ExportHandlers/PHP/FCExporter.php') in my XML. How can I set the path of my FCExporter file without using the http type (http://www.domain.com/....) of setup. I need to setup it by the path of my web application project folders. Can you provide me some sample path?
  10. How To Export Fusion Chart To Image?

    Hi, Thanks, I'll try to convert the existing C# code to VB.
  11. How To Export Fusion Chart To Image?

    Hi, Thanks for your response. I have downloaded the Fusion Chart package and noticed that the FCExporter.aspx file has only c# codes for ASP.Net, is there also a vb code for this?
  12. Hi, In exporting the fusion chart to image, do I need also to include the FCExporter.aspx and FCExporter.aspx.cs files in my web application?
  13. Hi, I just noticed that when I need to export the fusion chart to image (JPEG), I need to right click on it. Is there a way where I can get the "export to JPEG" code so I can include it in my "Export to Excel/Powerpoint" button? Because what I'm trying to do in my web app is, the user interface has only two buttons(Export to Excel/Powerpoint) and the chart itself. When the user clicks on either buttons, it will directly export to Excel/Powerpoint. I'm thinking that the export to JPEG part is programmatically done (I just put the exported image to a dump path).
  14. Hi, Sorry, I'm not that familiar with the fusion chart codes. What do you mean by the export handler code, is it the FusionChartsExportComponent.js file?
  15. Hi, Is it possible to export a fusion chart to excel and powerpoint? I have an ASP .Net web application and I need to export my charts.