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

    Posts

    Recent Best Controversial
    • RE: TI keyboard covers my input

      What phone or GUI-O settings could be causing the widget not to rise above the keyboard?

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

      The screen of my old A71 phone works, the screen is pushed up. The latest version of GUI-O is installed on the a71.

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

      I upgraded GUI-O to v-1.0.111 . As for my problem, nothing has changed. The keyboard still covers the TI or NI input field.

      posted in Report Bugs
      R
      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
    • 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