@Bernard If the assistant did not solve your issue, I can check your code. 
administrators
Posts
-
RE: Graphique commandsposted in General Discussion
-
RE: Graphique commandsposted in General Discussion
@Bernard said in Graphique commands:
Hello,
I have a problem. I define a Time graph like this:
sendMqtt("|CH UID:ch_N X:43 Y:50 W:190 H:33 CHT:0 FSZ:0.5 ROT:90 BGC:#000000 FSZ:1.5 CHN:"Event Log" YTC:9 XMA:9 YMA:6 SCI:2");
I write to the graph like this;
sendMqtt("@ch_N PLI:"pl0,pl1,pl2,pl3,pl4" PLC:"#FF0000,#00FF00,#0000FF,#FF77FF,#FFFF00" YP:"" + String(tempExt, 1) + " ; " + String(tempBal, 1) + " ; " + String(tempMoule, 1) + " ; " + String(poidsActuel, 1) + " ; " + String(epaisseurNeige, 1) + """);
and I get the message: Number of parameters mismatch error (ch_N). Can you help me?Have you tried using GUI-O assistant? Just copy and paste your entire question:
https://assistant.gui-o.com/Best regards,
Kl3m3n -
RE: Landscape/portraitposted in General Discussion
@Bernard Hi!
Use global portrait orientation - this is default, so no changes needed there.
This way page 1 and page 2 work out-of-the box.
For page 3, rotate the chart by 90° (or -90°, depending on your preference).But, you will have to wait for the next release to support this as app has widget size limits... So, currently, if you rotate the chart, you will only achieve 100% width size - you will not be able to fill the entire landscape.
The fix will be available tomorrow - I planed a new release to fix some issues and I will also include this.
Best regards,
Kl3m3n -
AI-powered GUI-O assistantposted in Announcements
Try the AI-powered GUI-O assistant:
Any feedback is appreciated.
Best regards,
Kl3m3n -
RE: Intro - Please read carefullyposted in GUI-O Drag-and-Drop Designer (Early Development) - Feedback Wanted
Bob, would you like to add something?
For example - where can the potential testers get the preview of the designer?
Additional info on how to set it up, what environment to use etc...? -
Intro - Please read carefullyposted in GUI-O Drag-and-Drop Designer (Early Development) - Feedback Wanted
A GUI-O user has started developing a new visual designer for GUI-O that will support drag-and-drop widget creation, while still remaining fully compatible with the existing GUI-O app and command protocol.
The goal is to make GUI creation easier by allowing users to visually place widgets, configure their properties, and generate the corresponding GUI-O ASCII commands automatically.
The project is still in early development, and the developer would like to collect feedback from the community while designing the tool.
This is a good opportunity to help shape the direction of the designer.
Feedback that would be useful at this stage includes:
- features a visual GUI-O designer should support
- workflow ideas (layout editing, widget configuration, etc.)
- suggestions for simplifying GUI-O interface creation
- etc.
If you are interested in contributing ideas or participating in future testing, feel free to share your thoughts in this thread.
You can also contact the developer directly:
Email: bobstantonx@gmail.com
Forum handle: @heromedCommunity feedback at this stage will help ensure the designer evolves into something that is truly useful for GUI-O users.
-
RE: an experiment with AIposted in Share Your Projects
@Bernard That is great!

I also use AI for various tasks. It is incredibly useful, but in my opinion it is only a tool and should be treated as such.
Kl3m3n
-
RE: User passwordposted in General Discussion
@Bernard Hi!
Currently, no, it is not possible.
I will see if i can make a "toggle visibility" option for the next release.Kl3m3n
-
RE: |SORI commandposted in General Discussion
@Bernard Hi.
Strange, this command works for me... You are terminating the command with new line, i.e. '\n'?
Can you try sending @sori1 ORI:2\r\n after creating the component?
Kl3m3n