Navigating between page´s
-
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 2Now 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 -
@sato can you please inform me of the GUI-O app version you are using?
-
-
@sato I will try to check this tommorow.
-
-
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 -
@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
-
As soon as the new version is available, I will test it and give feedback.
Thanks
Best regards -