Announcing GUI-O design tool
-
This post is deleted! -
@bmillier
Welcome to the forum!Regarding the "black area" - no problem, I have fixed this for better readability.
Now back to your original (and more important) topic... You have a valid point. In addition to what you've mentioned, implementing this feature would certainly also reduce potential user errors (due to unnecessary manipulation of the initialization string).
I will implement this ASAP, although it might take a couple of days (kindly bear in mind that I also develop the GUI-O app and take care of the web page and examples - demo programs).
Hope you don't mind waiting a couple of days...
Thanks for your feedback!
Best regards,
kl3m3n -
@kl3m3n
Hi kl3m3n. Thanks a lot for your fast response and news that you think my suggestion is useful. I am new to GUI-O (started it only last week) and I will have some other questions/comments, I’m sure.
I must say that GUI-O is very much like I would have designed myself- if I had any experience with programming on Android ( I use iPhone/iPad personally but revived an old Samsung Galaxy Note 10.1 by rooting it and putting Lineage 16 OS on it, when I discovered GUI-O).
As I mentioned to Matjaz, I write for Svet Elektronika and Circuit Cellar (here in N.A.) and want to write some articles featuring GUI-O.
Best Regards -
@bmillier Hello,
you will need to give me a couple of more days to implement the features into the GUI-O designer. I am currently working on adding IoT push notifications to the GUI-O app (so you can receive "alarm" messages, even if the app is not running)...
BR,
kl3m3n -
GUI-O design tool updated to v0.0.1-beta.2:
- fixed some serial port related bugs
- proper formatting of initialization string
-
@kl3m3n Thanks! I tried out the beta. .2 and I see that the double quotes are ESCed as I asked. This will save some time and confusion, I think.
I see the serial port changes but not sure what this corrects for. I had reported to Matjaz that if you leave your target MCU plugged into the PC, and select (in my case) the USB-com port that my HC05 is connected to, and which is needed for the live designer to work, that live designer would immediately jump to the comm port that the target MCU was connected to. No problem unplugging the target MCU, but was confusing at first.
I didn’t have time to try this with beta .2
BR -
@bmillier Thanks for the response!
- I have not encapsulated the resulting string with "sendMsg". I am presuming not all users will name their function in this manner
- The serial port was refreshing in the background, I believe this was the cause of the error. It should be fixed now.
If you have any questions, please feel free to ask.
BR,
kl3m3n -
@kl3m3n
Hi- Yes, I agree that adding the sendMsg is not necessary- the programmer will know what their specific routine is named.
I just tested to see if Live Designer would work properly with my HC05 Bluetooth port when I still had my ESP32 target MCU plugged in and showing up as a Com port on my PC. It didn't work before the beta 0.2 but it does now. -
@kl3m3n On another, unrelated topic- I use the ESP32 arduino core version 2.0.3-RC1, since it adds support for the newer ESP32C2, C3 etc. This version works fine with the BasicBluetooth demo you provide, and I am using straight Bluetooth for my current project.
However, out of curiosity, I tried to compile the GUI-O_BasicBLE demo. It wouldn't compile. It turns out that I had to remove the existing,older ESP32_BLE_Arduino-master folder from my Library folder. After that ,it will link with the proper BLE library that comes with the ESP32 vers. 2.0.3-RC1 core. Other GUI-O users, who have also upgraded to the latest ESP32 core library, may have the same issue if they have that other, older library installed.
BR -
GUI-O design tool updated to v0.0.1-beta.3:
-
added image stream widget
-
added active property (ACT) to enable / disable widget interaction
-
added tooltips for description of properties (on mouse hover)
-
-
GUI-O design tool updated to v0.0.1-beta.4:
- ability to copy widgets
- minor fixes
-
GUI-O design tool updated to v0.0.1-beta.5:
- default widget UID numbering now depends on widget type
- fixed default widget numbering when loading design files
- GUI-O app initialization request now triggers refreshing of created widgets
- minor bugfixes
-
GUI-O design tool updated to v0.0.1-beta.6:
- added support for landscape design
-
GUI-O design tool updated to v0.0.3:
- added support for TCP/IP communication
- added support for widgets reordering (drag-and-drop)
- each widget now displays its UID parameter
- other minor improvements