• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Jared Wiltshire
    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
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 10
    • Posts 1,210
    • Groups 1

    Topics

    • Jared WiltshireJ

      Using Webpack with user modules

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      2
      0 Votes
      2 Posts
      1k Views
      B
      Very cool! a man of his word. This will be most helpful.
    • Jared WiltshireJ

      Core upgrade found... No Jar utility found to extract upgrade

      Watching Ignoring Scheduled Pinned Locked Moved User help
      7
      0 Votes
      7 Posts
      2k Views
      Jared WiltshireJ
      @dcitech Great!
    • Jared WiltshireJ

      User component menu not showing up in dashboard designer

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      11
      0 Votes
      11 Posts
      3k Views
      W
      I added the component with the + and now User Components is visible and i can drag them from the menu
    • Jared WiltshireJ

      Help with ma-switch-img

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      5
      0 Votes
      5 Posts
      2k Views
      Jared WiltshireJ
      @john-beer You could use a animated gif if you want to use the switch <ma-switch-img> component. Alternatively you could just style a div to look like a LED indicator using CSS. Here's an example. You can put everything between the <style> tags into a user style sheet if you want to re-use it on multiple pages (Administration, UI settings, User stylesheet URL). <div class="ma-designer-root" id="1b41b158-5dab-4cb8-8981-1f8861f58bcd" style="width: 1366px; height: 768px; position: relative;"> <ma-get-point-value point-xid="binary" point="binaryPoint"></ma-get-point-value> <div id="eb9bf90f-9ca2-41f2-9eb1-755b5840c061" style="position: absolute; left: 172px; top: 40px; width: 50px; height: 50px;" class="led" ng-class="{'led-blink': binaryPoint.value}" ng-style="{'background-color': binaryPoint.value ? 'rgb(0, 255, 0)' : 'rgb(255, 0, 0)'}"> <div class="led-inner"></div> </div> <div id="20040fcf-9884-4eb6-8e8d-43bf4f5e0a68" style="position: absolute; left: 262px; top: 40px; width: 50px; height: 50px; background-color: rgb(0, 255, 0);" class="led" ng-class="{'led-blink': binaryPoint.value}"> <div class="led-inner"></div> </div> </div> <style> .led { border: 5px solid grey; border-radius: 50%; overflow: hidden; box-shadow: 5px 5px 5px rgba(30,30,30,0.7); } .led-inner { height: 100%; width: 100%; border-radius: inherit; } .led-inner:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: radial-gradient(rgba(255,255,255,0.3),rgba(0,0,0,0.3)); } .led-blink .led-inner { animation: led-blink 1s ease-in-out infinite; } @keyframes led-blink { 0% { background-color: rgba(0,0,0,0); } 50% { background-color: rgba(0,0,0,1); } } </style>
    • Jared WiltshireJ

      Making your custom / dashboard designer page full screen (no toolbar or menu)

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      4k Views
      Jared WiltshireJ
      @richard-mortimer said in Making your custom / dashboard designer page full screen (no toolbar or menu): @jared-wiltshire Will this also remove the footer? (or, is there a way to do this?) Thanks Richard Footer is not shown in full screen view.
    • Jared WiltshireJ

      Using AngularJS services to call REST API

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      8
      0 Votes
      8 Posts
      3k Views
      C
      Thanks. I missed that one. Will look to use to avoid the points hierarchy, pjc
    • Jared WiltshireJ

      Auto login page for Mango 2.8.x

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      0 Votes
      1 Posts
      740 Views
      No one has replied
    • Jared WiltshireJ

      **Important.** Please read before posting!

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      0 Votes
      1 Posts
      3k Views
      No one has replied
    • Jared WiltshireJ

      Upgrading your custom dashboard from v3.1 to v3.2

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • Jared WiltshireJ

      Downloading Excel reports from dashboards

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      2k Views
      L
      Jared, Thanks and yes I'll start a new one from now on. Thanks Larry