laughinglion

Members
  • Content count

    3
  • Joined

  • Last visited

About laughinglion

  • Rank
    Forum Newbie
  1. Hi, I am making a single page web application that uses tabs to represent pages. For example one tab may display a graph and another tab display something else. When you click on a tab, the previously shown tab is hidden (the div) and the clicked tab's div is shown. When the graph's tab is hidden en then made visible again, the graph is blank and then redrawn. Is it possible to stop this behaviour? I use the prototype library and the flash object is embedded in a div that is hidden with $(div).hide(); and then made visible with $(div).show();.
  2. JScript not activating when clicking on chart

    Hi, I have actually solved it myself. I didn't set the RegisterwithJS bit in the constructor to 1. Ironically, I have struggled with this for hours, and only minutes after posting in the forum I find the solution in the documentation. Thanks guys for a great looking and great working tool!
  3. I have the code in the attachment (the code ifcode doesn't seem to work properly for the supplied code) for a chart. When clicking on the chart, a jscript function must be called, but nothing happens. The chart shows the hand cursor when the mouse is over it, but clicking it does nothing. I have played around with the quotations and apostrophes ( ' and ") but no luck. Can anyone help? code.txt