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

    Posts made by kl3m3n

    • RE: Gui-0 Live Designer V0 .0.16 - Transfer to Device

      @kl3m3n The issue should now be fixed.

      You will need:

      • GUI-O version 1.0.97 (should be released today or tomorrow)
      • Designer tool version 0.0.17 (already released)

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: Gui-0 Live Designer V0 .0.16 - Transfer to Device

      @Fred-Neuman said in Gui-0 Live Designer V0 .0.16 - Transfer to Device:

      Gui-0 Live Designer V0 .0.16 - Transfer to Device
      The command “transfer to Device’ is quite useful to transfer a design toward android device:
      \Android\data\com.guio.guioapp\files with the PRO version.

      It works fine with Widget that has no customisation (with default value) since the data sent is shorter. Although If I customize a widget with some features, it add some double quotes and backslash to the Widget parameters. In my case it prevents the Transfer to my Device Samsung. Example for Spinnable list Widget:

      |TU UID:tu3 X:50 Y:50\r\n - Transfer to Device works fine

      |TU UID:tu0 X:18 Y:55 FGC:#FF0000 FSZ:5 DAL:"2,3,5,7,9,11,13, "LI:2\r\n"

      • Won’t transfer to Device - I suspect \” Li to be the cause

      I would say that the issue occurs with others Widgets, but i did not make a test on everyone
      Regards

      Hi,

      sorry for being quiet for so long.

      I have checked this and the problem seems to be when using parameters that expect internal quotes (e.g., DAL:"2,3...").

      Since the "transfer to device" feature uses the EXTF component (file read / write) of the GUI-O, the problem lies there.
      I will try to fix this issue ASAP.

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: Gui-0 Live Designer V0 .0.16 - Transfer to Device

      @Fred-Neuman Thanks for pointing this out! I will check this and let you know.

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: Cannot send command through Gui-o designer on Tcp/Ip connection

      @Fred-Neuman v0.0.16 also includes this fix.

      Best regards.

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: Cannot send command through Gui-o designer on Tcp/Ip connection

      @Fred-Neuman Hi!

      Please remove the \r\n from the end as the GUI-O designer already does this internally.

      On the next release, I will fix this, so it will not matter.

      Best regards,
      Kl3m3n

      posted in Frequently Asked Questions (FAQ)
      K
      kl3m3n
    • RE: CHB parameter ACT:

      @forest70 Hi!

      I have fixed the ACT issue.
      The new version should be available in Play Store in a couple of days.

      Best regards,
      Kl3m3n

      posted in Report Bugs
      K
      kl3m3n
    • RE: CHB parameter ACT:

      @forest70 Hi Davor,

      this seems to be a bug.

      I will fix it with the next release!

      Thank you for reporting this.

      Best regards,
      Kl3m3n

      posted in Report Bugs
      K
      kl3m3n
    • RE: Multiple access to an ESP32 app

      @Proto Hi!

      Yes, you need a license for each Android device that uses a different Google account from the one used to purchase the license.

      Licensing is based on the app, not on development. Specifically, the app does not track (and cannot enforce) which device is designated as the "development" device.

      Best regards,
      Kl3m3n

      posted in Comments & Feedback
      K
      kl3m3n
    • RE: Text input and Nubmer input add event at lost focus

      @forest70

      I decided to add an option to request the current value / state of (specific) widgets. This seems a better solution compared to sending the data on lost focus.

      The new version will be released in a couple of days and I will also update the manual.

      Basically, you just need to send:

      @<widget_uid> REQV:1\r\n
      

      This will return the current value / state for the widget (in the same format as with user interaction).
      You can retrieve the values of the TI and NI fields on demand.

      Best regards,
      Kl3m3n

      posted in Wishlist
      K
      kl3m3n
    • RE: Button released events

      @jjl said in Button released events:

      @kl3m3n Hi

      Have not seen the new release until now.
      The Live designer did not mention anything about a new release !!

      New release works fine. Great work,👍

      Thanks.

      /Jens

      Yes, there was a bug in the previous release regarding the version check...

      Thanks 🙂

      Best regards,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: Text input and Nubmer input add event at lost focus

      @forest70 Hi,

      I see... This can be annoying, yes.
      Both options you propose seem interesting (focus and value query). I will think about this and perform some tests with GUI-O, to see what works best.

      Best regards,
      Kl3m3n

      PS: Najbrž res, a potem ostali ne bodo razumeli 😄. Lahko pa v SLO rečeva kakšno na direktnem sporočilu. Je pa vseeno bolje debatirati tukaj, morda še komu tale debata pride prav

      posted in Wishlist
      K
      kl3m3n
    • RE: Text input and Nubmer input add event at lost focus

      @forest70 Hi,

      after some consideration, I think the loss of focus and not confirming the input should not send the command. This is counter-intuitive and is not standard behaviour of input widgets. User should be aware that they confirmed the input (e.g., by pressing Enter).

      Can you explain what is your motivation for this? Maybe we can find another solution?

      Best regards,
      Kl3m3n

      posted in Wishlist
      K
      kl3m3n
    • RE: Text input and Nubmer input add event at lost focus

      @forest70 Hi,

      I will check if this can be reliably implemented.
      I will get back to you.

      Best regards,
      Kl3m3n

      posted in Wishlist
      K
      kl3m3n
    • RE: Change SCI no efect

      @forest70 Hi,

      currently, when widget is created it cannot be moved to another screen afterwards.

      Best regards,
      Kl3m3n

      posted in Report Bugs
      K
      kl3m3n
    • RE: Button released events

      @jjl Hi,

      you can now download the new designer version (v0.0.15), which also supports ITM functionality:

      https://www.gui-o.com/design-tool

      Best regards,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: Button released events

      @jjl Hi,

      yes it is. I need to add this to the designer.

      Hopefully, I will do this during this weekend.

      Thanks for pointing it out.

      Best regards,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: GUI-O does not work with RPI Pico over USB serial

      @devmonkey Version 1.0.93 is out.

      Regards,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: GUI-O does not work with RPI Pico over USB serial

      @devmonkey I used Arduino framework on top of mbed OS and i get pid 00C0, like you.

      I have tested the GUI-O fix with Pico and it works.

      Waiting for your feedback when new version of GUI-O is released (already in release process).

      BR,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: GUI-O does not work with RPI Pico over USB serial

      @devmonkey Thank you for pointing this out. I already created a fix. Testing now and will be releasing the version with the fix in the next couple of days (it usually takes Google a couple of days to review the app).

      I will let you know.
      Best regards,
      Kl3m3n

      posted in General Discussion
      K
      kl3m3n
    • RE: GUI-O does not work with RPI Pico over USB serial

      @devmonkey Ok I will try this and get back to you.

      posted in General Discussion
      K
      kl3m3n