How to add a delay
-
Hello,
I'm new to GUI-O and have a question. How can I add a delay between a creation of two widget?Thanks
Regards -
Hello,
you can create both widgets with one invisible (or opacity set to 0):
VIS:0 or OPA:0
Then you delay on the microcontroller side and send the VIS:1 or OPA:1 command when the delay expires. This will then show the widget to the user.
Hope this helps.
Best regards.