s79

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by s79

  1. hi guies, recently i've tried gant fusion widget control with the following problem: when i load gannt control on fisrt time in page it works fine, but when i reload ma aspx page and i run an overwrite of xml source file (on event page load) i notice that the gantt control doesn't change in its graphic appearance (when i update xml file i re-write all information with new values..). gantt obj is loaded in this way: < div id="chartdiv"> <script type="text/javascript"> var myChart = new FusionCharts("GanttFusion/Gantt.swf", "myChartId", "800", "400", "0", "0");myChart.setDataURL( "GanttFusion/Gantt.xml");myChart.render( "chartdiv"); </script></ div>Can anyone help me..? thanks in advance..
  2. refreshing gannt control

    Great.. I solved with this post http://www.fusioncharts.com/forum/Topic98-29-1.aspx