• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ristola
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ristola

    • R

      Hiding Dashboard Elements if DataPoints are Disabled.

      Dashboard Designer & Custom AngularJS Pages
      • • • ristola
      12
      0
      Votes
      12
      Posts
      1.7k
      Views

      R

      Ahhhhh.
      That works ! Thanks so much for the help.

      I also found one hinderance when testing in the Play Area with the code changes. After testing changes / incorrect coding , nothing else seems to work afterwards.
      Fix was to make code changes, save and Re-load Webpage to check. Can't believe how much time was lost with that issue.

      Much appreciated ! Wanted to accept defeat, but I just coudln't let it go !

      You guys are great ! Thanks again.

    • R

      Error checking for upgrades

      User help
      • • • ristola
      6
      0
      Votes
      6
      Posts
      958
      Views

      MattFoxM

      If this is the case and you've done nothing then perhaps it would be good to investigate their networks... There may be an external influence.

      Fox

    • R

      Indicator Text dis-appeared after updating modules.

      User help
      • dashboard desig color indicator module updates • • ristola
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      Jared WiltshireJ

      Hi guys, this update should fix the issue. Sorry about that.

      https://forum.infiniteautomation.com/topic/4364/release-notes-for-mangoui-3-6-4

    • R

      How to use Slave Monitor to disable Gauges & Charting.

      Mango Automation general Discussion
      • • • ristola
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      phildunlapP

      Hi ristola,

      You can inspect those elements for the CSS class that is creating that checkered pattern, and then add that class to the attribute you'd like it displayed on via an ng-class attribute, like,

      <div ng-class="{ 'point-disabled': slaveMonitor.value === false }"></div>
    • R

      Selecting WatchList/Chart Series with a Button

      Dashboard Designer & Custom AngularJS Pages
      • • • ristola
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      MattFoxM

      Happy to help.
      Feel free to ask more questions if you get stuck, some of your code would be good to see too if you do require further assistance.