GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. kl3m3n
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 41
    • Posts 429
    • Best 1
    • Controversial 2
    • Groups 2

    kl3m3n

    @kl3m3n

    -1
    Reputation
    49
    Profile views
    429
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.gui-o.com

    kl3m3n Unfollow Follow
    Global Moderator administrators

    Best posts made by kl3m3n

    • RE: Graphic Bar Chart-2

      @Hub

      I am happy you find the improvements useful!

      Thanks.

      Regards,
      Klemen

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: Unable to enter Device IP or UEL

      @SteveV Hi!

      You mean you cannot enter IP address due to not having any period ('.') character available?

      This is not normal. Can you try changing the keyboard from Android settings and see if the issue persists?

      I am "forcing" the number keyboard when user touches the IP field... In most cases, the keyboard also shows other characters. Anyway, I will fix this ASAP - I have a release lined up right now. I will probably take a day or two...

      Best regards,
      Klemen

      posted in General Discussion
      K
      kl3m3n
    • RE: ESP8266 & Arduino & GUI-O automatic pairing

      @Bernard Yes, you have wrong credentials. This is what's causing the problem. You have changed the settings somehow...

      I advise you to clear application data or uninstall and reinstall the application. This will reset the settings to default. Alternatively, you could input the correct settings, but I recommend reinstall... It will be easier for you. Then retry pairing.

      Note that you must keep the default settings if you want to connect to GUI-O server!

      Best regards,
      kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n

    Latest posts made by kl3m3n

    • RE: command that returns the date and time and the day of the week

      @Sato Yes, you were missing the '|' character.

      BR,
      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: command that returns the date and time and the day of the week

      @Sato No problem! 🙂

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: command that returns the date and time and the day of the week

      @Sato Hi!

      You can do this in the following way:

      Set the format to:

      "yyyy-MM-dd hh:mm:ss dddd"

      The dddd part should give the days:
      Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.

      Create a lookup table to convert this into a number from 1 to 7.

      P.S.: You can replace dddd with ddd, which will give you the short names for the days (e.g., Mon, Sun, ...).

      Best regards,
      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: desired screen becomes black and unresponsive

      @RudiP Hi!

      Thanks for reporting the issue. To help diagnose the problem, could you please provide a minimal example where this happens? Specifically, I’d like to see the widget initialization code that triggers the problem.

      Also, what is the make and model of your Android device? If it’s an older or lower-end device, the issue might be related to limited system resources like RAM or GPU memory. Initializing complex widgets with a lot of data can sometimes cause delays or rendering issues on such devices.

      Lastly, does the app crash or freeze, or is the screen just black but still responsive to touches?

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: On close with > clear some flags

      @Sato I am glad to hear that! 🙂

      Best regards,
      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: On close with > clear some flags

      Hi!

      Ok, I understand!

      @Sato said in On close with > clear some flags:

      If Guio loses its internet connection, after a short time the Esp restarts and all the flags are cleared.

      How does the ESP know to restart if GUI-O loses connection?

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: On close with > clear some flags

      @Sato Hi,

      which connection type are you using?

      If you are using MQTT, and you have a bad connection, the "exit" action could actually take longer and the app may seem unresponsive to the user. This is not a good solution.

      What do you do if GUI-O suddenly losses internet connection? How do you clear the flags then?

      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: On close with > clear some flags

      @Sato Hi!

      I am great, thank you. What about you?

      I assume you want to clear the flags on the microcontroller side? So, on your microcontroller side, just clear the flags on disconnect (Bluetooth, some USB connections).

      In MQTT it's a bit trickier, but you can send periodic ping to the app (using @ping command). When there is no reply after, for example, 3 ping requests, you clear the flags.

      Delaying the exit in order to send a message is not a good approach in my opinion as the app could seem unresponsive.

      Best regards,
      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: Gui-0 Live Designer V0 .0.16 - Transfer to Device

      @kl3m3n The issue should now be fixed.

      You will need:

      • GUI-O version 1.0.97 (should be released today or tomorrow)
      • Designer tool version 0.0.17 (already released)

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: Gui-0 Live Designer V0 .0.16 - Transfer to Device

      @Fred-Neuman said in Gui-0 Live Designer V0 .0.16 - Transfer to Device:

      Gui-0 Live Designer V0 .0.16 - Transfer to Device
      The command “transfer to Device’ is quite useful to transfer a design toward android device:
      \Android\data\com.guio.guioapp\files with the PRO version.

      It works fine with Widget that has no customisation (with default value) since the data sent is shorter. Although If I customize a widget with some features, it add some double quotes and backslash to the Widget parameters. In my case it prevents the Transfer to my Device Samsung. Example for Spinnable list Widget:

      |TU UID:tu3 X:50 Y:50\r\n - Transfer to Device works fine

      |TU UID:tu0 X:18 Y:55 FGC:#FF0000 FSZ:5 DAL:"2,3,5,7,9,11,13, "LI:2\r\n"

      • Won’t transfer to Device - I suspect \” Li to be the cause

      I would say that the issue occurs with others Widgets, but i did not make a test on everyone
      Regards

      Hi,

      sorry for being quiet for so long.

      I have checked this and the problem seems to be when using parameters that expect internal quotes (e.g., DAL:"2,3...").

      Since the "transfer to device" feature uses the EXTF component (file read / write) of the GUI-O, the problem lies there.
      I will try to fix this issue ASAP.

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n