Filter löschen
Filter löschen

I would like a global solution to showing a busy cursor during long operations (not figure dependent)

2 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 27 Jan. 2016
figs = findall(groot,'Type','Figure')
Now set it to all figs
set(figs,'Prop',value)

Weitere Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by