Showing a GUI object for a specific period of time
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am making a simple game using MATLAB GUIDE. I want certain text (like 'Hello') to be shown on the GUI window for a specific period of time (like 3 seconds) then disappear. Is that possible? And if it is, how can I do that?
0 Commenti
Risposte (1)
Walter Roberson
il 24 Mar 2016
You can create a timer whose callback sets the object visibility off or deletes the object.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!