GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. RudiP
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    RudiP

    @RudiP

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    RudiP Unfollow Follow

    Latest posts made by RudiP

    • RE: GUI-O spaces

      @kl3m3n Hvala !

      posted in Report Bugs
      R
      RudiP
    • RE: GUI-O spaces

      @kl3m3n
      v kolikor imam privravljen string tako:
      String donosStr;
      if (i == 0) {
      donosStr = "---";
      } else if (donos > 0.0) {
      donosStr = "↑ " + String(donos, 2);
      } else if (donos < 0.0) {
      donosStr = "↓ " + String(fabs(donos), 2);
      } else {
      donosStr = "→0.00";
      }

          vrstice[i] = String(buf) + " " + String(teza, 2) + "Kg " + donosStr + "Kg";
      
       SerialBT.print("@drb1 DAL:\"");
      SerialBT.print(dropdownData);
      

      GUI-O ne izpiše presledkov ampak izpis prestavi v novo vrsto !
      V kolikor namesto presledka postavim podčrtaj se vse izpiše v eni vrsti.Screenshot_20251029_044619.jpg Screenshot_20251029_043917.jpg

      posted in Report Bugs
      R
      RudiP
    • GUI-O spaces

      GUI-O does not support spaces in output, what should you use instead of spaces? Thanks.

      posted in Report Bugs
      R
      RudiP
    • RE: MBCH how many labels and data can I display

      I assumed it had the ability to display 5 data points because I saw it in the example in the instructions.
      I need to display values ​​for 7 days, so now everything is ok
      Thanks.

      posted in Report Bugs
      R
      RudiP
    • MBCH how many labels and data can I display

      Does MBCH have a limited display of only 5 values and 5 labels? Is it possible to display 7 values and 7 labels? LpR

      posted in Report Bugs
      R
      RudiP
    • Text input not showing

      Hello!

      The text input field on the application does not display: BT.print("@ti_Https TXT:"https://beescale.vercel.app/api/measure"\r\n");

      initialization:
      BT.print("|TI UID:ti_Https X:50 Y:15 W:100 BGC:#FFC000 FGC:#000000 SHC:#FFC000 TXT:"https: " SCI:4\r\n");

      What am I doing wrong?

      Best regards Rudi

      Thank you

      posted in Report Bugs
      R
      RudiP
    • desired screen becomes black and unresponsive

      I have a problem running a program on Android, while switching screens, the desired screen becomes black and unresponsive. I have a feeling that this happens when initializing Widgets with more data. What can be the solution to this problem? Best regards, Rudi

      posted in Frequently Asked Questions (FAQ)
      R
      RudiP