フィルターのクリア

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

2 ビュー (過去 30 日間)
Booker
Booker 2016 年 9 月 30 日
回答済み: Walter Roberson 2016 年 9 月 30 日
This solution does not work:
xx = waitbar(0,"Waiting ...");
xxObj = findobj(xx,'Type','Patch');
set(xxObj,'FaceColor','blue');

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 9 月 30 日
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.

カテゴリ

Help Center および File ExchangeDialog Boxes についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by