GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • S

      Prevent access to my IoT's

      Frequently Asked Questions (FAQ)
      • • • Sato
      3
      0
      Votes
      3
      Posts
      320
      Views

      S

      @kl3m3n

      Thank you for the explanation

      Best regards

    • S

      Close App feedback

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      285
      Views

      S

      Hello Klemen,

      "If you are using MQTT, there is another option (which is not yet fully supported) - last will testament. If one client goes offline, the broker can notify the subscribed clients, which can react accordingly."

      This functionality would be great.
      So I wait, please inform me when it is integrated

      Thank you
      Best regards

    • S

      GUI-O for IOS?

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      304
      Views

      S

      Ok, Thank you

      Regards

    • S

      Edit name - long press on the device entry!

      Report Bugs
      • • • Sato
      3
      0
      Votes
      3
      Posts
      293
      Views

      S

      Hello @kl3m3n,

      Ok, Thank You

      Best regards

    • S

      If device name is long

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      316
      Views

      S

      Thank You, Klemen

      Regards

    • S

      Tests on our own home Mqtt servers

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      266
      Views

      S

      @kl3m3n

      Thank you.

      Best regards

    • S

      Assign a number to "ni" through a variable

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      260
      Views

      S

      Hello @kl3m3n

      This works and is simpler. You are the best!

      String str = "@ni1 VAL:" + String(val) + "\n\r";
      mqttClient.publish(&In[0], &str[0]);

      Best regards

    • S

      During the installation of the App, this should generate a random number

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      332
      Views

      S

      Hi @kl3m3n,

      I will leave it for later when I can experience a practical example.
      If justified, I will return to the subject.

      Thank you
      Best regards

    • S

      Prepaid Gui-O Pro Apk

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      228
      Views

      S

      @kl3m3n

      Thank You.
      I will look what for me is the best way. If need help with this, i give feedback

      BR

    • K

      Image stream widget

      Announcements
      • • • kl3m3n
      3
      0
      Votes
      3
      Posts
      261
      Views

      K

      Added support for JPEG (compressed) streaming:

      https://www.gui-o.com/examples#h.5hi7azp0mvtw

      Requires GUI-O app at least v1.0.12.

    • P

      Select drop-down value

      General Discussion
      • • • pala
      3
      0
      Votes
      3
      Posts
      245
      Views

      K

      @pala said in Select drop-down value:

      Hi,
      How do I select the value in a drop-down box?
      In the spinnable widget, there is a ListItem (LI) argument, but that doesn't seem to work for the dropdown box.
      Regards,
      //Pala

      Hello,

      version v1.0.17 now includes LI property for selecting the drop-down box list item.

      Best regards,
      kl3m3n

    • S

      Label over widgets

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      236
      Views

      S

      @kl3m3n

      Thank you

      BR

    • B

      Where to find the commands

      Frequently Asked Questions (FAQ)
      • • • Bernard
      3
      0
      Votes
      3
      Posts
      290
      Views

      G

      @Bernard

      @sls 500 - Request to hide loading screen. This means that all widgets will appear on the screen at the same time.
      If you have many widgets in the Init procedure without this command, you may see each one being installed separately, especially if a low baud rate is used.
      At the end of the initialization process must be @hls 10 The number means how long in ms the animation is displayed

      These commands are useful when reinitialization happend. If you don't clear GUI-O widgets, they are duplicated and doesn't display properly.
      @cls - clear the screen
      @clh - clear all hardware components
      @clo - clear orientation - when you want to set the screen to the default orientation

      @gse - this is a general setting (specify the delimiter character COD:0 - space, COD:1-coma TSC:39 means " ' " delimiter on i.e. TXT
      @guis - screen definition

      I usually use this:

      @sls 200 @cls @clh @gse COD:0 TSC:39 @guis BGC:#000000 ASR:0.4486 .... @hls 10

      ASR:0.4486 is screen ratio for Samsung A13,
      BGC:#0000000 means black background on home screen.

    • W

      Client side actions?

      Frequently Asked Questions (FAQ)
      • • • wittend
      3
      0
      Votes
      3
      Posts
      296
      Views

      W

      @kl3m3n - This confirms my understanding of the documentation.
      This would be a convenience for me, especially while developing my app. But I have found the workarounds that you mention.

      I suspect that there would be situations where I would like to do something on the client side without round-tripping to the source. Like touching a point on a chart and seeing the nearest measured value. But at this moment I don't have a crucial need.

      I do see how local callbacks on the client side might complicate the tool and conceivably create security issues.

      Dave

    • W

      How to rate GUI-O on Google Play?

      Comments & Feedback
      • • • wittend
      3
      0
      Votes
      3
      Posts
      252
      Views

      W

      @kl3m3n,

      That is exactly what I expected. But it is not what I see.

      On my tablet there are no stars, and no way to enter a review. There is the "Join the Beta" option, sequential screen shots, etc. but no place to enter a review of any sort.

      From a desktop, things are much the same.

      I will have to try a phone. I don't use a smartphone as much as most people, and I don't carry one around with me. Perhaps the Play Store presentation is different there.

      Dave

    • S

      New update problem with Label

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      177
      Views

      S

      Hi @kl3m3n,

      LB UID works now well, thanks

      Best regards

    • S

      Push notifications...

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      243
      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

    • B

      Speed problems with Flick Area

      Report Bugs
      • • • Bernard
      3
      0
      Votes
      3
      Posts
      267
      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

    • B

      Experimentation with GUI-O

      Share Your Projects
      • • • Bernard
      3
      0
      Votes
      3
      Posts
      378
      Views

      K

      @Bernard Very nice!

      Thank you for sharing!

      BTW, was your wife happy with your answer? 🙂

      Regards,
      kl3m3n

    • S

      Hide te process of the Gui creation

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      188
      Views

      S

      Hi @kl3m3n,

      Thanks, I really have to change my glasses

      Regards