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.

  • IDE setup

    3
    0 Votes
    3 Posts
    3k Views
    M
    Hi Craig, We run tomcat outside of Eclipse, but for no better reason than it works well enough and it would take effort to find out if anything else would be better. :wink:
  • Several questions about source code

    3
    0 Votes
    3 Posts
    3k Views
    M
    Mango is developed using Eclipse. The best information on the internal structure of Mango can be found in these discussion boards or in the code itself, but that might not be enough for a very clear understanding. If you have questions, feel free to post them here.
  • Do you have any schedule for chinese version?

    3
    0 Votes
    3 Posts
    3k Views
    M
    Hello, We do not have a schedule for the internationalization of Mango yet. This would be a significant undertaking. If you are interested in looking into it, that would be great.
  • 0 Votes
    2 Posts
    2k 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
    5k 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.