GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Navigating between page´s

    Scheduled Pinned Locked Moved
    Comments & Feedback
    2
    9
    482
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sato
      last edited by

      Hello,
      I'm on page0 and press a button to go to page2, I think to read in the Gui-O manual that it can't jump directly, so I have this
      mqttClient.publish(&In[0], "@sci SCI:1\r\n"); // to page1
      mqttClient.publish(&In[0], "@sci SCI:2\r\n"); // to page2
      mqttClient.publish(&In[0], "@cb1 SCI:2 VIS:1\r\n"));
      page = 2;
      //it's landed on page 2

          Now on page 2, I press a button to go back to page 0, it 
          works but the previous text on the TA widgets on page 0 
          disappears, is gone.
      
          mqttClient.publish(&In[0], "@sci SCI:1\r\n"); //page1                       
          mqttClient.publish(&In[0], "@sci SCI:0\r\n"); // page0                        
          page = 0;
      
          But if i move from page 0 to page 1 and back to page 0, 
          the text in the page0 TA widget is still there.
      
          Is there a known problem or make i something wrong?
          I test in landscape mode!
      

      Thanks
      Best Regards

      K 1 Reply Last reply Reply Quote 0
      • K
        kl3m3n @Sato
        last edited by

        @sato can you please inform me of the GUI-O app version you are using?

        S 1 Reply Last reply Reply Quote 0
        • S
          Sato @kl3m3n
          last edited by

          @kl3m3n

          V1. 0.1.1

          Regards

          K 1 Reply Last reply Reply Quote 0
          • K
            kl3m3n @Sato
            last edited by

            @sato I will try to check this tommorow.

            S 2 Replies Last reply Reply Quote 0
            • S
              Sato @kl3m3n
              last edited by

              @kl3m3n

              Ok, thank You

              Best regards

              1 Reply Last reply Reply Quote 0
              • S
                Sato @kl3m3n
                last edited by

                Hello @kl3m3n,

                Next week I will show the project to a future client and want ask you about this subject, navigate between pages. Can you please informe when and if you can solve it?
                Thanks
                Best regards

                K 1 Reply Last reply Reply Quote 0
                • K
                  kl3m3n @Sato
                  last edited by kl3m3n

                  @sato I could reproduce the issue in landscape mode and I have fixed this. I will release the fix today or tomorrow. Please leave feedback when you test it.

                  Regards

                  S 2 Replies Last reply Reply Quote 0
                  • S
                    Sato @kl3m3n
                    last edited by

                    @kl3m3n,

                    As soon as the new version is available, I will test it and give feedback.

                    Thanks
                    Best regards

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sato @kl3m3n
                      last edited by

                      Hello @kl3m3n,

                      Tested, works well

                      Thanks
                      Best regards

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post