GUI-O Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • B

      Experimentation with GUI-O
      Share Your Projects • • Bernard

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • B

      "PGF:1" parameter
      General Discussion • • Bernard

      10
      0
      Votes
      10
      Posts
      54
      Views

      G

      @Bernard
      In your Sub, the Return statement is used twice. Maybe that's the problem.
      After first return statement must be:
      Guio_ini_2:

      @hls 250 should be at the end of the Init procedure.
      I checked the Init process without the Bascom code and it works OK.

      Maybe put |CH

      |CH UID:ch0 X:50 Y:75 W:50 H:50 XLO:0 BSZ:120 VLP:2 BGC:#E53A4456 FGC:#EF33EAF5 SHE:1 FSZ:2.5 RAD:1 CHT:2 CHN:'MESURE HUM / TEMP / PRESSION' XTC:12 YTC:6 YMA:4 XMA:2 XHI:75 PZO:0 @hls 250

      just before @hls 250

      Otherwise, your GUI-O screen is very nice 👍

    • B

      Joint PDF file
      General Discussion • • Bernard

      9
      0
      Votes
      9
      Posts
      23
      Views

      B

      @kl3m3n
      So,
      I exited the forum and the GUI-O site and logged back in and there it is "upload file" Thank you!!

    • K

      Episode 14: Saving data to Android device
      GUI-O Application Tutorial Series • • kl3m3n

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • B

      Speed problems with Flick Area
      Report Bugs • • Bernard

      3
      0
      Votes
      3
      Posts
      16
      Views

      K

      @Bernard Hi Bernard!

      Nice that you've solved the issue!

      It would be very strange indeed if baud rate would affect the widgets responsiveness!

      @Bernard said in Speed problems with Flick Area:

      When switching from 9600 to 19200 baud, I also added "YASC:1" for the 2 graphs (SWEEP).

      This is strange, sweep chart should support YASC parameter!
      I will check this.

      Regards,
      kl3m3n

    • E

      How to include GUI-O as a display option for our product
      Comments & Feedback • • enniom

      2
      0
      Votes
      2
      Posts
      22
      Views

      K

      @enniom Hello!

      If I understand correctly, you would like to offer a free app for your users, which can be downloaded from Google Play Store? Possibly with different name and logo? The app would only allow pre-defined GUI (e.g., reading from an initialization file that is part of the application itself), standard GUI-O functionalities for creating widgets would be unavailable.

      Although this is technically possible, it requires a lot of resources (manpower) to maintain this kind of service. I can look into this a bit further, but I believe it is currently impossible to offer this service.

      Best regards,
      kl3m3n

    • K

      Episode 13: Drawing charts
      GUI-O Application Tutorial Series • • kl3m3n

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • B

      Invalid component (New GUI-O version v1.0.43.1)
      Report Bugs • • Bernard

      2
      0
      Votes
      2
      Posts
      20
      Views

      K

      @Bernard Hi Bernard!

      You are very quick to test new functionalities... 🙂

      I have implemented auto-scaling in horizontal and vertical direction independently. Please replace "ASC" with "YASC". If you need to control scaling in horizontal direction, please use "XASC" (available for XY chart only).

      I promise that the XASC and YASC parameters will not change in the future.

      Best regards,
      kl3m3n

    • S

      Need help parsing..
      Comments & Feedback • • Sato

      11
      0
      Votes
      11
      Posts
      31
      Views

      S

      Hi @gammda,

      Thank you. For this project, this time i not use Bascom, i use ESP32 and Arduino.
      The code form Kl3m3n works fine.

      Best regards

    • B

      gui-o_designer_windows
      Report Bugs • • Bernard

      2
      0
      Votes
      2
      Posts
      19
      Views

      K

      @Bernard Hi!

      Is it possible for you to send the design file (.gdf) to info.guio.app@gmail.com? So I can test this.

      There were some changes (in one of the previous versions) regarding the saving / loading, but old design files should be compatible with newer versions. What was your previous version (before the upgrade)?

      Thank you.

      Best regards,
      kl3m3n

    • S

      Push notifications...
      Comments & Feedback • • Sato

      3
      0
      Votes
      3
      Posts
      17
      Views

      S

      Hi @kl3m3n,

      I have so far been unable to reproduce or verify any pattern. What is certain is that now it doesn't happen as often as it did a few months ago.
      Of course, I understand that it is not easy. Notifications being a strong feature, if you get better, maybe researching how WhatsApp restarts in case it gets frozen is already a step towards a solution.
      I apologize for being a nag, but it's in a good way.

      Best regards

    • D

      mosquitto broker
      Comments & Feedback • • DenesL

      6
      0
      Votes
      6
      Posts
      46
      Views

      D

      @kl3m3n Hi!
      Thanks, that makes sense.

      Regarding Ethernet connection, does it follow the steps outlined in Fig.7 Direct device pairing procedure of the manual?. Is that how it connects to the designer tool too?.

      Regards,
      Denes

    • D

      Calendar date select
      Comments & Feedback • • DenesL

      10
      0
      Votes
      10
      Posts
      55
      Views

      K

      @DenesL Thanks for the feedback.

      I am not experiencing this problem on any of my devices, which is strange... I get some strange behavior (nothing serious, some taps on the screen don't always work on the outer-most days...) when setting the calendar width to approx. 90% or more...

      I will try some more devices...

      Lastly, I will see if I can re-implement the calendar widget a bit differently... This will take some time though. In any case, I will get back to you.

      Best regards,
      kl3m3n

    • D

      Label, Text input, alignment
      Comments & Feedback • • DenesL

      18
      0
      Votes
      18
      Posts
      81
      Views

      K

      @DenesL I would like to keep ALP values (and consistency) reserved for future use (maybe vertical alignment, etc.).

      Thanks for the suggestion though.

      Regards,
      kl3m3n

    • B

      ESP8266 & Arduino & GUI-O automatic pairing
      Frequently Asked Questions (FAQ) • • Bernard

      31
      0
      Votes
      31
      Posts
      190
      Views

      K

      @Bernard Very nice! 🙂 It is always a good feeling when you solve a problem yourself! 👍

    • Q

      AUDIT SERVICES WITH QMII
      General Discussion • • QMII

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • S

      Read the MAC address
      Comments & Feedback • • Sato

      14
      0
      Votes
      14
      Posts
      183
      Views

      S

      Hi @kl3m3n,

      I have not scrolling down, now i see it. Thank you

      Best regards

    • J

      Importance of ISO standards
      General Discussion • • Johncarry

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • J

      Why ISO standards are important
      General Discussion • • Johncarry

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • K

      Uploading images
      Forum Issues • • kl3m3n

      1
      0
      Votes
      1
      Posts
      31
      Views

      No one has replied