• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. MOK KIEW
    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by MOK KIEW

    • M

      How to make the theme option working in the Amchart

      Dashboard Designer & Custom AngularJS Pages
      • • • MOK KIEW
      1
      0
      Votes
      1
      Posts
      1.9k
      Views

      No one has replied

    • M

      Dashboards can't load on mobile phone

      Dashboard Designer & Custom AngularJS Pages
      • • • MOK KIEW
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      Jared WiltshireJ

      @MOK-KIEW said in Dashboards can't load on mobile phone:

      today that suddenly the dashboard did not able to load on the mobile phone only but it is able to load from computers or laptops. It just kept in the loading screen with the gear turning and turning forever.
      Do you have ideas what could be the possible reasons and what can be done to troubleshoot this kind of issue. Thank you.

      It is odd that it would work on one but not the other. What version of mango, dashboards module and api module are you using? Also what mobile phone browser are you using? Please let me know the platform version and browser version.

    • M

      Re: [Why my extendApp.html page not loaded correctly in the customized dashboard](/forum/topic/2701/why-my-extendapp-html-page-not-loaded-correctly-in-the-customized-dashboard)

      Dashboard Designer & Custom AngularJS Pages
      • • • MOK KIEW
      2
      0
      Votes
      2
      Posts
      992
      Views

      phildunlapP

      Hi Mok Kiew,

      You don't need to create a new topic, you could reply with the uploaded files to either thread, as once again the upload has not worked. Notice how the uploads aren't links. How about just pasting your code into code blocks? You can create a code section of your post using three ` characters to begin and end the section of the post, which will render like this:

      <script>alert("Hello world!");</script>
    • M

      Why my extendApp.html page not loaded correctly in the customized dashboard

      Dashboard Designer & Custom AngularJS Pages
      • • • MOK KIEW
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      phildunlapP

      Hi Mok Kiew,

      It looks like your uploads didn't work. When dragging a file into the post edit box, you want to be sure you see them turn into blue links in the preview panel on the right side of the page, it can take a moment, and on rare occasion you may have to try the upload again or use the buttons to attach the file.

    • M

      What is Time Zone format in Rest API Call

      How-To
      • • • MOK KIEW
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      phildunlapP

      Hi Mok Kiew,

      Here's a list of the timezones that should work: http://joda-time.sourceforge.net/timezones.html

    • M

      How to embed VBA code in the excel template report

      How-To
      • • • MOK KIEW
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      Jared WiltshireJ

      @MOK-KIEW What sort of Excel file are you uploading? Is it a .xls or .xlsm? I believe a xlsm should work.

    • M

      How to access Rest API Login Endpoint using VBA

      How-To
      • • • MOK KIEW
      3
      0
      Votes
      3
      Posts
      5.1k
      Views

      G

      Hi,

      To add to what phildunlap said, you must include 'application/json' in the accepts header.

      If basing your code on the question and answers on that stackoverflow page, you would need to add the following line before invoking the send method:

      objHTTP.setRequestHeader "accept", "application/json"

      Regards,

      Gary