import

Members
  • Content count

    16
  • Joined

  • Last visited

About import

  • Rank
    Junior Member
  1. Three questions on the FusionCharts

    Thanks! I would like to know the pressure testing of the data, that is, how much you can load the XML data this problem does not occur, we can resolve it in the business above. However, I still want a limit.
  2. Three questions on the FusionCharts

    Question one: I use the Action request data from the background. Meanwhile, the front jump to the page, while the front of the jsp page the way through the js loading control but does not load the data, and then in the ajax callback function setDataXML. Thus, if the background a very short response time when there will be no setDataXML () This attribute the phenomenon of? Question two:See attached images. Question three:I will put my data files inside the annex. IE still prompt error. myDataXMLFile.txt
  3. 1:When I use getChartFromId ( "chart1Id"); this ChartObj exist, but, when I setDataXML () found it impossible to get to the setDataXML () method. However, when I'll wait for pages to load is completed, wait for 1 second after the discovery, setDataXML way to get to. I think there may be an asynchronous loading problem. What I have marked to determine their load complete? 2:Chart of the div we always found that the total at the highest level, if we do not want to require such an effect, it should be how to set up? 3:When we setDataXML when too much data, there has been a film script that led to Adobe Flash Player 10 speeds reduced, if it continues to run. . . I would like to know where the control can display data be?
  4. How can be exported into a BufferedImage?

    OK!I found the problem.thanks.In Action ,we need set return is null.
  5. How can be exported into a BufferedImage?

    Hi,this is my code: var chartObject = getChartFromId('myChart'); chartObject.exportChart( { exportHandler: '/wee/fusionBar.do',exportAction:'save',exportTargetWindow:'_blank',exportAtClient:'0',exportFormat: 'PNG' } ); I use your servlet provided there is no problem, but I wrote the action in question.
  6. How can be exported into a BufferedImage?

    Hi, I set exportHandler to Struts2 of Action. And then get through the HttpServletRequest to your swf export pictures to send information, call the information you have provided fcexporter convert InputStream. The result will be saved to the database, but can not call the callback function FC_Exported (). I think that might be caused Struts jump http request does not return to the swf reasons, may I ask, I am here, how they deal with?
  7. How can be exported into a BufferedImage?

    Hi, When I provide you with the method in accordance with, pictures can be stored in the server smoothly, but I call the callback function FC_Exported (objRtn), it can not be called, Why?
  8. How can be exported into a BufferedImage?

    Hi, Hava other question.Can I modify the way submitted by post?
  9. How can be exported into a BufferedImage?

    Hi,Thanks,I try ,it is ok. But Can I modify the way submitted by post?
  10. How can be exported into a BufferedImage?

    Hi,srividya_sharma. We change the thinking, would like to exportHandler which directly specify the Action. I ask here how to configure this?
  11. How can be exported into a BufferedImage?

    hi, I provide you with methods according to the test, a success. But I do not want to jump page, also do not want to download the page that pops up, I just want to return to a BufferedImage, then I can be saved to the database, What should I do? thanks:)
  12. How can be exported into a BufferedImage with servlet?
  13. this is my code ,when I click click of this page in IE,i find out of menory ?but it is ok in firefox. like: http://www.fusioncharts.com/forum/Topic9790-35-1.aspx myCode.txt
  14. In IE, I use the function setDataXML () a second assignment find our of memory, but in Firefox it is OK?