-
Content count
943 -
Joined
-
Last visited
-
Days Won
3
Everything posted by srividya_sharma
-
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
-
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
-
After I invoke the drill down link, the js method setDataXML stops working
srividya_sharma replied to michael.zhang's topic in Javascript Problems
Hi Michael, Could you please try using the j- format instead of java script: format for the link attribute once? Hope this helps! Srividya -
Hi Ryan, Normally, this happens when you use instead of j- in link attribute. Please try with j- Srividya
-
Error compiling FCExporter.jsp (v3.1.1) in Weblogic 10.3
srividya_sharma replied to korolevc's topic in FusionCharts and JSP
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 -
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
-
Error compiling FCExporter.jsp (v3.1.1) in Weblogic 10.3
srividya_sharma replied to korolevc's topic in FusionCharts and JSP
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 -
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
-
FusionCharts Exporter Jars For Different Java Versions
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
FusionCharts Exporter Jars For Different Java Versions
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
Hi Sarvesh, Can you tell me what the error while compiling the img class was? Thanks Srividya -
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.
-
FusionCharts Exporter Jars For Different Java Versions
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
How can be exported into a BufferedImage?
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
How can be exported into a BufferedImage?
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
Problem in Server Side Export Feature
srividya_sharma replied to ryanyu's topic in FusionCharts and JSP
Hi Ryan, Any data transfer between an SWF and server (or two SWFs) has to be on same sub-domain. Srividya -
problem with batch export option in client
srividya_sharma replied to ranga swamy's topic in FusionCharts and JSP
Hi Ranga swamy, Is it client side export or server side? Srividya -
Problem in Server Side Export Feature
srividya_sharma replied to ryanyu's topic in FusionCharts and JSP
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 -
How can be exported into a BufferedImage?
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
Problem in Server Side Export Feature
srividya_sharma replied to ryanyu's topic in FusionCharts and JSP
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 -
Problem in Server Side Export Feature
srividya_sharma replied to ryanyu's topic in FusionCharts and JSP
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 -
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
-
FusionCharts v3 Evaluation and UTF-8 Problem
srividya_sharma replied to oaom's topic in FusionCharts and Ruby on Rails
Merry Christmas to all FusionCharts Ruby on Rails Users! -
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
-
FusionCharts Exporter Jars For Different Java Versions
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
Merry Christmas to all FusionCharts Export ( read Expert ) users. -
Merry Christmas to all FusionCharts Java Swing users.