Webdreams

Members
  • Content count

    5
  • Joined

  • Last visited

Posts posted by Webdreams


  1. Hi,

     

    Welcome to FusionCharts Forum!smile.gif

     

    First of all, we would like to thank you for showing interest in FusionCharts.

     

    Please check you have FusionChartsExportComponent.js loaded properly.

     

    Can you please tell us if you are running the file from local file system or from a web server? In case you are running it from local file system you would need to configure Flash Player Global Security Settings. Please read from :http://www.fusioncha...HowToSetup.html

     

    If the problem persists, please send us the entire code or any live link to test from our end.

     

    Awaiting for your response.

     

     

    Thank you for the reply.

     

    In my app, FusionChartsExportComponent.js is in the same folder than charts. I dont't have a reference of it in my code.

    I'm running in a local file system. I read the link and I execute FlashSecuritySetup.bat in my charts' folder.

     

    This is the code in my .vb:

     

    Private Sub AxShockwaveFlash1_FlashCall(ByVal sender As System.Object, ByVal e As AxShockwaveFlashObjects._IShockwaveFlashEvents_FlashCallEvent) Handles AxShockwaveFlash1.FlashCall

     

    'AxShockwaveFlash1

     

    If e.request.Contains("FC_ExportDataReady") Then

     

    Dim EC As New FusionCharts.ExportComponent()

     

    PictureBox1.Image = EC.GetExportedImage(e.request)

     

    End If

     

    End Sub

     

    This Event is used when I draw the chart but then "FC_ExportDataReady" is not contained in the request. The event is not used anymore.

     

    Thank You


  2. Hi,

     

    Welcome to FusionCharts Forum!smile.gif

     

    First of all, we would like to thank you for showing interest in FusionCharts.

     

    FusionCharts can be used in C# windows (desktop) applications.

     

    For more details, please visit the links below:

     

    http://blog.fusionch...tions-winforms/

     

    http://blog.fusionch...2%80%93-part-2/

     

    http://blog.fusionch...2%80%93-part-3/

     

    Hope this helps.smile.gif

     

     

    I'm doing an applicattion too. I use Fusion Charts to make the charts but I have a problem at the time to export. If I do right button in the chart and select "save as jpeg" the progress bar appear but the image is not save. I've checked the FlashSecuritySetup and I execute de .bat in my charts folder.

     

    If I put the code to show the image in a picturebox that is in the documentation in the event FlashCall of my AxShockwaveFlash it didn´t works.

     

    ¿Can you explain me how can it fixed it?

     

    Than You.