achalfouh

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by achalfouh

  1. Linkedchart Smartgwt

    Is there any working example of Linked chart using smartgwt or gwt or even simple js all the examples used in the documentation doesn't use newchart-xmlurl-dataurl... they are using in document data and doesn't load the data from external data sources does this really work??!! i am using the evaluation version 3.2 thank you for your help
  2. Linkedchart Smartgwt

    Is there any working example of Linked chart using smartgwt or gwt or even simple js all the examples used in the documentation doesn't use newchart-xmlurl-dataurl... they are using in document data and doesn't load the data from external data sources does this really work??!! i am using the evaluation version 3.2 thank you for your help
  3. I am trying to use Linked Chart with smartgwt i used both swfobject and smartgwt Flashlet as a wrapper however for both i get the same error: following is a copy from firebug the error is orphan event and it seems that the event manager couldn't find or identify the DOM object your help would be appreciated please note that every thing work fine for the chart but when i click on link to drill down nothing happen. <quote> arguments ["linkedchartinvoked", undefined, Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"}] 0 "linkedchartinvoked" 1 undefined 2 Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"} c undefined d Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"} data "DataLoader?data=1&year=2012" linkType "XMLURL" e "linkedchartinvoked" </quote>
  4. Gwt Smartgwt And Linkedchart

    <br /><br /><br />thank you for your response.
  5. Javascript call from JSNI

    I am trying to use Linked Chart with smartgwt i used both swfobject and smartgwt Flashlet as a wrapper however for both i get the same error: following is a copy from firebug the error is orphan event and it seems that the event manager couldn't find or identify the DOM object your help would be appreciated please note that every thing work fine for the chart but when i click on link to drill down nothing happen. <quote> arguments ["linkedchartinvoked", undefined, Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"}] 0 "linkedchartinvoked" 1 undefined 2 Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"} c undefined d Object { linkType="XMLURL", data="DataLoader?data=1&year=2012"} data "DataLoader?data=1&year=2012" linkType "XMLURL" e "linkedchartinvoked" </quote>