Filter löschen
Filter löschen

Is it possible to set the FaceColor on my waitbar GUI using 2015a?

2 Ansichten (letzte 30 Tage)
Booker
Booker am 30 Sep. 2016
Beantwortet: Walter Roberson am 30 Sep. 2016
This solution does not work:
xx = waitbar(0,"Waiting ...");
xxObj = findobj(xx,'Type','Patch');
set(xxObj,'FaceColor','blue');

Antworten (1)

Walter Roberson
Walter Roberson am 30 Sep. 2016
No, that is not possible.
As I posted in http://www.mathworks.com/matlabcentral/answers/293374-waitbar-color-2016a-is-broken-red-how-to-set-to-older-continuous-green#answer_227433 waitbar now delegates to a Java javax.swing.JProgressBar . Those do not have a Facecolor.

Kategorien

Mehr zu Dialog Boxes finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by