How can I add a message that only appears for 10 seconds when the user opens a screen?
one solution would be to use the Notifier and its ShowProgressDialog method
http://ai2.appinventor.mit.edu/reference/components/userinterface.html#Notifier
then start a clock having a timer interval of 10000 milliseconds
and in the Clock.TImer event stop the clock and use the DismissProgressDialog method
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Thanks a lot!!!