GUI-O spaces
-
GUI-O does not support spaces in output, what should you use instead of spaces? Thanks.
-
@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 -
@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.

-
@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 -
@kl3m3n Hvala !
-
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.guioappBest regards,
Kl3m3n