What phone or GUI-O settings could be causing the widget not to rise above the keyboard?
Posts
-
RE: TI keyboard covers my inputposted in Report Bugs
-
RE: TI keyboard covers my inputposted in Report Bugs
The screen of my old A71 phone works, the screen is pushed up. The latest version of GUI-O is installed on the a71.
-
RE: TI keyboard covers my inputposted in Report Bugs
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.
-
RE: TI keyboard covers my inputposted in Report Bugs
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");
-
RE: TI keyboard covers my inputposted in Report Bugs
@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!
-
RE: TI keyboard covers my inputposted in Report Bugs
how do i push the entry up?
Thanks for the reply!
-
RE: TI keyboard covers my inputposted in Report Bugs
@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).
-
TI keyboard covers my inputposted in Report Bugs
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? -
RE: auto flashing widgetposted in Wishlist
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.
-
auto flashing widgetposted in Wishlist
good evening !
does GUI-O have a widget that automatically blinks, or how do I make it?
Thanks.
Lp Rudi
-
RE: GUI-O spacesposted in Report Bugs
@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.

-
GUI-O spacesposted in Report Bugs
GUI-O does not support spaces in output, what should you use instead of spaces? Thanks.
-
RE: MBCH how many labels and data can I displayposted in Report Bugs
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. -
MBCH how many labels and data can I displayposted in Report Bugs
Does MBCH have a limited display of only 5 values and 5 labels? Is it possible to display 7 values and 7 labels? LpR
-
Text input not showingposted in Report Bugs
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
-
desired screen becomes black and unresponsiveposted in Frequently Asked Questions (FAQ)
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