Get help from AI-powered GUI-O Assistant! Open Assistant
  • auto flashing widget

    Wishlist
    4
    0 Votes
    4 Posts
    481 Views
    K

    @RudiP Hi!

    I thought you meant using the "flashing" widget for non-communication purposes...

    @RudiP said in auto flashing widget:

    Since I currently have no communication via BT connection, this widget should flash independently.

    Using an de-synchronized widget to show communication status is not a good idea. In case of communication loss, the widget would still flash, giving the user a wrong impression that the remote device still works...

    If you need to show that the connection is established, your remote device should drive a widget periodically (e.g., toggling the visibility or opacity). Or you can use "@sls" and "@hls" commands that show / hide the loading screen.

    @RudiP said in auto flashing widget:

    I have an application where the processor is struggling to establish communication.

    Can you explain what exactly you mean by this?

    PS: I am glad you like the GUI-O app! Please consider rating it on the Google Play Store... Every rating helps πŸ™‚

    Best regards,
    Kl3m3n

  • Merry Christmas and Happy New Year

    General Discussion
    1
    1 Votes
    1 Posts
    165 Views
    No one has replied
  • Can not connect !

    Frequently Asked Questions (FAQ)
    9
    0 Votes
    9 Posts
    983 Views
    K

    @heromed

    No problem. Glad you got it working.

    Best regards,
    Kl3m3n

  • Support GUI-O development (optional)

    Pinned Locked Support GUI-O development
    1
    0 Votes
    1 Posts
    455 Views
    No one has replied
  • Y position of widgets is always at the top of screen

    Report Bugs
    4
    0 Votes
    4 Posts
    423 Views
    K

    @richamar Hi!

    That's good to hear.

    You can send messages in chunks if you want to, as GUI-O will process the command only when it receives "newline" character ('\n').

    Best regards,
    Kl3m3n

  • Connection status?

    General Discussion
    7
    0 Votes
    7 Posts
    972 Views
    K

    @jeremy0 Hi.

    @kl3m3n said in Connection status?:

    Connection monitor (separate for each connection type). If the feature is enabled, GUI-O app requires periodic messages (e.g., ping) after first received message. Otherwise, it will disconnect and enter error state. I will also support that the feature can be enabled from the controller command.

    Implemented. See the latest manual, section Connection monitor.
    I did not support enabling / disabling the connection monitoring via the commands. This can only be done in-app.

    @kl3m3n said in Connection status?:

    Any error that causes a disconnect will clear the UI.

    Implemented.

    @kl3m3n said in Connection status?:

    Add support for @disconnect command. This will make it possible to send a disconnect request from the controller side. This will also clear the UI. User can then reconnect via the "Connect" button on top-left part of the home screen.

    Implemented. See latest manual.

    @kl3m3n said in Connection status?:

    Add some sort of connected indicator when connected and on home screen (no UI loaded).

    Implemented. A small indicator in the top-right corner of Connect button (home screen) shows if device is connected (green dot) or disconnected (red dot).

    Best regards,
    Kl3m3n

  • GUI-O Energy Meter AM550

    Share Your Projects
    3
    1 Votes
    3 Posts
    547 Views
    G

    Exactly. The purpose is to reduce peak energy consumption values ​​and reduce costs.

  • GUI-O spaces

    Report Bugs
    6
    0 Votes
    6 Posts
    922 Views
    K

    @RudiP

    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.guioapp

    Best regards,
    Kl3m3n

  • MBCH how many labels and data can I display

    Report Bugs
    4
    0 Votes
    4 Posts
    485 Views
    K

    @RudiP No problem πŸ™‚

  • Text input not showing

    Report Bugs
    2
    0 Votes
    2 Posts
    381 Views
    G

    This website is not valid:
    84d019e0-7241-4022-807b-71420e4d6b9f-image.png

    I suggest you use:

    BT.print("|TI UID:ti_Https X:50 Y:15 W:100 BGC:#FFC000 FGC:#000000 SHC:#FFC000 TXT:"https: " SCI:0\r\n");

    SCI:4 means 5th screen.😏

  • SI5351 VCO generator

    Share Your Projects
    1
    0 Votes
    1 Posts
    469 Views
    No one has replied
  • working till now become demo version

    Report Bugs
    12
    0 Votes
    12 Posts
    2k Views
    K

    @somasundaram-i Please try version 1.0.104, when it becomes available (you need to be in a beta tester program).

    I would appreciate some feedback, when you test it.

    Best regards,
    Kl3m3n

  • Access Control Terminal

    Share Your Projects
    1
    0 Votes
    1 Posts
    499 Views
    No one has replied
  • how to update Number Input

    Frequently Asked Questions (FAQ)
    3
    0 Votes
    3 Posts
    761 Views
    K

    @somasundaram-i Your were missing the position. When you create a widget, the position is mandatory. Please check the manual.

    Best regards,
    Kl3m3n

  • images on android car system horizontal mode 1280 x 720

    Report Bugs
    7
    0 Votes
    7 Posts
    1k Views
    K

    @somasundaram-i Hi,

    I tried reproducing the issue on 1280x720 emulator and everything seems to work fine.

    This image represents an image with non 1280x720 resolution, stretched to the entire available screen:

    1280x720_image.png

    This image represents an image with 1280x720 resolution:

    1280x720_image2.png

    The GUI-O init command is:

    |IM UID:im0 X:50 Y:50 W:100 H:100 IP:"<image>" SCM:1\r\n

    Best regards,
    Kl3m3n

  • Text from String Var using Label on page0

    Comments & Feedback
    3
    0 Votes
    3 Posts
    893 Views
    S

    Hello @kl3m3n,

    Works very good, Thank You

    Best regards

  • 0 Votes
    16 Posts
    3k Views
    S

    Hello @kl3m3n,

    I understand, thank you

    Best regards

  • 0 Votes
    2 Posts
    450 Views
    K

    @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

  • GUI-O Tank water level meter

    Share Your Projects
    1
    0 Votes
    1 Posts
    469 Views
    No one has replied
  • On close with > clear some flags

    Comments & Feedback
    9
    0 Votes
    9 Posts
    1k Views
    K

    @Sato I am glad to hear that! πŸ™‚

    Best regards,
    Kl3m3n