Saffron

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Saffron

  1. Hello, I found a bug when I do two (or more) simultaneous updates on the gauge. I use the setDialValue() function to update the gauge. And I create a custom function to do update like below: function doUpdate() { setDialValue('myGauge', 1, 20); setDialValue('myGauge', 1, 50); } If i execute doUpdate(), it will stop at the first update (20), and the second update is not executed. I cannot even do a single update to the gauge afterwards. It's like as it is unaccessible anymore. Maybe anyone can give me a solution. I've looked on the documentation and didn't find anything regarding this issue. Thank you so much.