jesse.martinez

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by jesse.martinez

  1. Gantt Chart onClick event?

    I was wondering if it is possible to listen on gantt chart click events, specifically on gantt task bar clicks. I want to call a javascript function whenever the user clicks on top of one of the gantt task bars. I will appreciate the help.
  2. Gantt Chart onClick event?

    That's exactly what I was looking for. Thanks!
  3. getChartFromId not Working?

    Problem solved, I wasn't aware of the details about FC_Rendered() event, thanks.
  4. getChartFromId not Working?

    I have the same problem, I'm using oem license. What I have found is that if you put an 'alert()' between the getChartFromId() and the setDataURL() it works fine, but it does not solve my problem since the charts that I'm using are supposed to run without user interaction. Also, it is happening in IE and Firefox as well.