srividya_sharma

Members
  • Content count

    943
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by srividya_sharma

  1. Drill Down and Export Problem

    Hi Ryan, Did this problem get resolved? Also, did you have any luck with the cross-domain issue? Please share your experience with us. Thanks Srividya
  2. fusion chart batch export

    Hi Looking at the xml, I realized that you are using server side export. FC_ExportReady is not called for server side export. Only FC_Exported is called. Srividya
  3. Hi Michael, Could you please try using the j- format instead of java script: format for the link attribute once? Hope this helps! Srividya
  4. Drill Down and Export Problem

    Hi Ryan, Normally, this happens when you use instead of j- in link attribute. Please try with j- Srividya
  5. Hi, You can place the Resources folder in any folder within webapp root - root or sub-folders. You just have to configure the path in WEB-INF/classes/fusioncharts_export.properties file. RESOURCEPATH is the property that you would need to modify in the above said file. Here, please specify the path relative to webapp root. Hope this helps! Srividya
  6. fusion chart batch export

    Hi I will take a look at the files and get back to you soon. Meanwhile, I noticed that the class files for export handler are present in WEB-INF/classes folder and fcexporter.jar is also present in the WEB-INF lib folder. Only one of them has to be present in your classpath. Srividya
  7. Hi Good to hear that you could fix the problem. To set the java compliance level in IDE, you would have to check the menu in some path like: Project > Properties > Java Build Path / Java Compliance The compilation error, could be because of the version of servlet.jar or servlet-api.jar. Which version of the server have you configured to use with the IDE? It is strange how all the setproperty statements are working fine except for the last one. We would need to investigate this further. As for the jsp, it is alright to modify it and use, until we figure out the cause of this problem. Srividya
  8. Drop Down menu transparency

    Hi Deepak, Please provide us with code, so that I can see the problem and tell you the solution. Also, screenshot showing the problem would help. Srividya
  9. FusionCharts Exporter Jars For Different Java Versions

    Hi Sarvesh, Attached is the source code for the servlet export handler. Please try to compile it and use. Please keep me informed, whether it worked or not. Srividya FusionChartsServletExportHandlerSource.zip
  10. FusionCharts Exporter Jars For Different Java Versions

    Hi Sarvesh, Can you tell me what the error while compiling the img class was? Thanks Srividya
  11. Drill down in map.

    Hi Anila, If you want a jsp variable to be present in js, just use, var myJSVar = '<%=myJSPVar%>'; Hope this is what you wanted to know. Srividya.
  12. FusionCharts Exporter Jars For Different Java Versions

    Hi Sarvesh, Please try with this jar. I have also rectified the original post containing fc_servlet_exporter_jdk1_4_2 jar. Hope this helps! I appologize for any inconvenience caused. Srividya fc_servlet_exporter_jdk1_4_2.zip
  13. How can be exported into a BufferedImage?

    Great! So to summarize, Write a return statement which returns null at the end of your java code ( action or servlet ), so that the FC_Exported callback function is called in case of Save. Srividya
  14. How can be exported into a BufferedImage?

    Hi FC_Exported is called only in case of 'save' export action. It is not called in the case of download. Hope this helps! Srividya
  15. Problem in Server Side Export Feature

    Hi Ryan, Any data transfer between an SWF and server (or two SWFs) has to be on same sub-domain. Srividya
  16. problem with batch export option in client

    Hi Ranga swamy, Is it client side export or server side? Srividya
  17. Problem in Server Side Export Feature

    Hi Ryan, Found out that, currently, the SWF and export handler page have to be on same sub-domain. Else, cross domain security applies. !!?? Srividya
  18. How can be exported into a BufferedImage?

    Hello, 1. Please check if registerWithJS is set to 1. 2. Please check all the export attributes are set correctly in the xml. 3. Are you able to see the "Capturing Data" ... Dialog Box? 4. If so, then what happens after that? 5. Please attach the html ( from view source ) and xml code, for finding the source of the problem. Hope this helps! Srividya
  19. Problem in Server Side Export Feature

    Hi Ryan, I was able to replicate the problem here. Settings: Cross domain -> swf and js files on one server and htm/ jsps on another server I am still exploring this. I will get back to you soon. Srividya
  20. Problem in Server Side Export Feature

    Hi Ryan, 1. Please check if registerWithJS is set to 1. 2. Please check all the export attributes are set correctly in the xml. 3. Are you able to see the "Capturing Data" ... Dialog Box? 4. If so, then what happens after that? 5. Please attach the html ( from view source ) and xml code, for finding the source of the problem. Srividya
  21. Client side export as image not working

    Hi Neal, Can you tell me, what you are seeing on screen? I hope you are able to see the Capturing... dialog box. After 100% of that, what happens? Srividya
  22. Merry Christmas to all FusionCharts Ruby on Rails Users!
  23. Client side export as image not working

    Merry Christmas Neal. In the xml that you have attached, there is no space between two attributes: decimals='0'exportEnabled='1' Please verify whether this is causing the problem. Give a space between the two attributes. Hope this helps! Srividya
  24. FusionCharts Exporter Jars For Different Java Versions

    Merry Christmas to all FusionCharts Export ( read Expert ) users.
  25. FusionCharts in Java Swing

    Merry Christmas to all FusionCharts Java Swing users.