cubicalmonkey

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by cubicalmonkey


  1. I'd like to use the message logger to handle data in a realtime angular gauge however I would like it hidden by default.

     

     

     

    Here's my javascript function which I call in the XML.

     

     

     

     

     

    function messageHand(strMsgId){

     

    var refToChart = getChartFromId("ChId1");

     

    refToChart.hideLog();

     

    document.getElementById("test").value = strMsgId;

     

     

     

    }

     

     

     

    Part of the XML

     

    chart useMessageLog='1' messageGoesToJS='1'registerWithJS='1' messageJSHandler='messageHand' ...