I would like a global solution to showing a busy cursor during long operations (not figure dependent)
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Sean de Wolski
2016-1-27
figs = findall(groot,'Type','Figure')
Now set it to all figs
set(figs,'Prop',value)
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!