I would like a global solution to showing a busy cursor during long operations (not figure dependent)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Robert Moss
il 27 Gen 2016
Risposto: Sean de Wolski
il 27 Gen 2016
I would like a global solution to showing a busy cursor during long operations (not figure dependent). This is fairly simple for a single figure, but if you have a multi-window GUI adjusting the cursor for each figure is a hassle. Is there a global way to do this in Matlab?
0 Commenti
Risposta accettata
Sean de Wolski
il 27 Gen 2016
figs = findall(groot,'Type','Figure')
Now set it to all figs
set(figs,'Prop',value)
0 Commenti
Più risposte (0)
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!