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.

  • 0 Votes
    2 Posts
    3k Views
    M
    Hi, I am a wireless module software developer from China, and be interested in your Mango. When I try to build Mango sourcecode with the build instruction on https://mango.dev.java.net/#building, There is a build error: d:\mango\app\build.xml:121: taskdef class org.apache.catalina.ant.ReloadTask can not be found. Could you tell me what's the problem? Thank you in advance!
  • Clear commentDialog text between entering comments

    3
    0 Votes
    3 Posts
    3k Views
    M
    Hi Craig, That should work fine. Note that the "$("commentText").select();" line is supposed to select the text such that typing anything would overwrite the previous comment, but it would still be there in case it was useful. That line and the following line (focus) should probably be reversed.
  • Disable check new version for mango on events

    3
    0 Votes
    3 Posts
    3k Views
    M
    No, the new-version check is automatic - there's no interface feature to disable it. You can have it check for beta, release candidate, or released code, but it will still make a connection to check in any case. Do you run Mango in a private network? is there a reason why it cannot get to the internet?
  • Calculating Averages across sensors

    7
    0 Votes
    7 Posts
    6k Views
    K
    Just to close this, it was a Java_home issue, once i sorted the install out everything worked fine Thanks Keith
  • Change view

    3
    0 Votes
    3 Posts
    8k Views
    M
    That file is dynamically generated, and so will not be found on the file system. General note: Mango is GPL software, and so even derivative works may not be used for commercial purposes without the purchase of a commercial license.
  • API availablility

    3
    0 Votes
    3 Posts
    4k Views
    M
    Like JavaDocs? No. But they are pretty easy to create if that's what you want. We just didn't create them because we prefer source code.