GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    GUI-O spaces

    Scheduled Pinned Locked Moved
    Report Bugs
    2
    6
    86
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      RudiP
      last edited by

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

      K 1 Reply Last reply Reply Quote 0
      • K
        kl3m3n @RudiP
        last edited by

        @RudiP Hi Rudi,

        can you explain a bit more? Please give an example of what you are trying to do.

        GUI-O supports spaces from its initial release in all text fields. It also supports some more advanced outputs...

        Best regards,
        Kl3m3n

        R 1 Reply Last reply Reply Quote 0
        • R
          RudiP @kl3m3n
          last edited by

          @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

          K 1 Reply Last reply Reply Quote 0
          • K
            kl3m3n @RudiP
            last edited by

            @RudiP Hi Rudi,

            yes, you are right - the drop down box does not support spaces.

            The DAL parameter does not support spaces (for LST, TU and DRB widgets).

            I will see if I can fix this.

            Best regards,
            Kl3m3n

            R 1 Reply Last reply Reply Quote 0
            • R
              RudiP @kl3m3n
              last edited by

              @kl3m3n Hvala !

              K 1 Reply Last reply Reply Quote 0
              • K
                kl3m3n @RudiP
                last edited by kl3m3n

                @RudiP

                I have prepared version v1.0.106 - you will be notified within the app when the upgrade is available. This version also fixes your issue.

                If you feel like it, please support GUI-O and leave a feedback on the app store (please make sure you are not in the Beta testing program before giving feedback - you can tap on the Leave button):
                https://play.google.com/store/apps/details?id=com.guio.guioapp

                Best regards,
                Kl3m3n

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post