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

    RudiP

    @RudiP

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

    RudiP Unfollow Follow

    Latest posts made by RudiP

    • RE: TI keyboard covers my input

      The device is Samsung A55, Android version 16. In all attempts > 100, the TI widget showed up only once.
      Could it be an error in the TI declaration?

      BT.print("|TI UID:ti_SMS3 X:70 Y:68 W:60 BGC:#F5F5F5 FGC:#212121 SHC:#FFC107 TXT:"" LALP:0 SCI:2\r\n");

      posted in Report Bugs
      R
      RudiP
    • RE: TI keyboard covers my input

      @kl3m3n said in TI keyboard covers my input:

      The canvas should be automatically pushed up when you focus on the input widget, like I've shown in the animated image

      When I tap the Text Input widget, the keyboard appears, but the widget is still hidden under the keyboard. The text input widget only showed up once after more than 20 attempts, and that after several seconds!

      posted in Report Bugs
      R
      RudiP
    • RE: TI keyboard covers my input

      how do i push the entry up?

      Thanks for the reply!

      posted in Report Bugs
      R
      RudiP
    • RE: TI keyboard covers my input

      @kl3m3n said in TI keyboard covers my input:

      the input should be pushed up when keyboard is shown. See below (it is a .gif file converted from video, so the quality is bad, but good enough to show the effect).

      posted in Report Bugs
      R
      RudiP
    • TI keyboard covers my input

      widgets TI or NI . When I press the widget the keyboard covers my input. GUI-O has the option to display the widget outside the keyboard.
      How do I achieve this?

      posted in Report Bugs
      R
      RudiP
    • RE: auto flashing widget

      I have an application where the processor is struggling to establish communication. At this time, any typing on the GUI-O application on the phone is without result. It would be nice to have a widget that would alert the user that the system is working. The easiest would be a flashing Status indicator. Since I currently have no communication via BT connection, this widget should flash independently. It would be even nicer to have a rotating gear widget. Thanks for understanding. PS. the GUI-O application is great.

      posted in Wishlist
      R
      RudiP
    • auto flashing widget

      good evening !

      does GUI-O have a widget that automatically blinks, or how do I make it?

      Thanks.

      Lp Rudi

      posted in Wishlist
      R
      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