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

    Posts made by richamar

    • RE: Y position of widgets is always at the top of screen

      @kl3m3n said in Y position of widgets is always at the top of screen:

      Kl3m3n

      Thank you @kl3m3n for your reply.

      Your suggestion to print things out got me experimenting with my code and I discovered an issue with message length

      I initially used a setting of a message length of 20 to try and fit a single BLE packet, as I was uncertain about the issue of multiple messages for a single gui-o command.

      My concern was unwarranted, and I discovered that my message was being truncated and indeed the Y position was invalid.

      When I increased the BLE message to 40 , the position is now correct and I think that the Arduino BLE library is sending multiple packets and the position of the widgets is as expected.

      posted in Report Bugs
      R
      richamar
    • Y position of widgets is always at the top of screen

      I am using a Samsung Galaxy A54 with Android Version 16 One UI version 8.0.

      Arduino code is on an esp32C3 communicating to the phone with BLE.

      I am trying to create a gui on the phone using gui-o version 1.0.108 downloaded from GooglePlay with in purchase paid upgrade to the full version.

      Everything appears to working correctly for communication an between the gui-o app on the phone and the code in the parseGuioMessage with init and widgets added correctly and working properly except for the Y position.

      X position works correctly but no matter what value is entered for Y: the added widget appears at the top of the screen.

      posted in Report Bugs
      R
      richamar