Hi
i want to show in my application a message for only 2-3 seconds. After this time the message must to be hide.
In this case i must use always a Timer or there is a function to display message ?
thanks
Hi
i want to show in my application a message for only 2-3 seconds. After this time the message must to be hide.
In this case i must use always a Timer or there is a function to display message ?
thanks
But there, you can only display the message when the DF is visible, and can use that onUpdate() is called every second to do the timing, or do it based on compute() if you don't want the message display after the user returns from another screen.