vramineni

Members
  • Content count

    13
  • Joined

  • Last visited

Everything posted by vramineni

  1. Is FusionCharts Server-side Export Handler will supports JDK1.5?? I have found in Readme.txt file FusionCharts Server-side Export Handler - JSP ============================================== For exporting the chart as image/pdf at server side using JSP, copy-paste the required files to your server: 1. FCExporter.jsp 2. FCExporterError.jsp 3. fcexporter.jar (contains all the dependency classes) or class files (classes in com.fusioncharts.exporter and sub-packages) 4. Resources/FCExporter_IMG.jsp 5. Resources/FCExporter_PDF.jsp 6. /Classes/fusioncharts_export.properties (configuration files) Setup ----- Please place the JSP in your web application, fcexporter.jar in WEB-INF/lib and fusioncharts_export.properties in WEB-INF/classes folder. FusionCharts Exporter has been tested with Java 6. The exportHandler attribute should have value "{Path}/FCExporter.jsp". Configuration of save folder for server-side save -------------------------------------------------- This is to be done in fusioncharts_export.properties file. Make sure that the folder path that you specify has write permissions to it. but we are using JDK1.5, is there any way to work with JDK1.5? Thanks
  2. Hi, We are facing a problem when user clicks on chart for drill down after saving chart as image, we are getting a pop up message saying "Internet Explorer cannot download. Unspecified Error". This problem is with only IE, it is working properly in mozilla firefox.Please find the attachment for the same. We are using Fusion charts v3 version and charts are embedded in JSP. Kindly give some ideas to resolve this issue. Thanks
  3. Round Edges for Chart Border

    Hi, We are using Fusion Charts version 3. Can we have round edges to chart border. Thanks in advance
  4. Hi, We are checking Fusion Charts 3.1 Client Side Exporting capability with given examples. The given examples are working fine with IE7 but we are unable save the chart as image/pdf in any of other browsers (Mozilla Firefox, Safari). We are getting a pop up alert window when we run this example on Google Chrome browser(See attachment for this). Please share ideas to resolve this. thanks
  5. Hi, I have driven into a new problem when i started using Client side exporting with my dashboards (It is working fine with the given examples) We have a dashboard with two charts in a single page.Intialy one chart will be displayed, once we click on this chart the second chart will come up. We are using javascript function to call the action which renders second chart. When we click on Begin Batch Export button (after two charts are rendered) , the export dialog is coming only on the second chart and only this chart is loading into export component.The first chart is getting ignored here. When i call action from first chart without javascript wrapper everything working fine but here we have to use javascript as we are using ajax to drill down. This problem exist only with IE. I have posted similar kind of problem with IE and javascript earliar and here is the link for that: http://www.fusioncharts.com/forum/Topic11854-33-1.aspx Thanks
  6. Hi Rahul, Thanks for ur quick reply. I have resolved this problem by installing Adobe Flash 10 version in Mozilla, Safari and Chrome Browsers. Thanks
  7. FusionCharts Server-side Export Handler

    We tried this with JDK 1.5.Its not working;throwing following exception java.lang.UnsupportedClassVersionError: Bad version number in .class file Thanks
  8. This problem occuring only when we use JavaScript functions as links(in IE only).If we use links without any javascript functions its working properly in all conditions. Under certain conditions it seems that Javascript does not work on IE. For further reference please use following URL http://forums.devshed.com/javascript-development-115/ie7-errormessage-internet-explorer-cannot-download-unspecified-error-492014.html Please share any ideas regarding this. Thanks
  9. HTTPS and IE

    In Tomcat goto TOMCAT_HOME/conf/context.xml add the following lines in between <context></context> <Valve className="org.apache.catalina.authenticator.FormAuthenticator" disableProxyCaching="false" /> Than restart your server. Veeraswamy R