How to Disable Button in Dialog Box

9 ビュー (過去 30 日間)
Mark Golberg
Mark Golberg 2020 年 8 月 9 日
コメント済み: Arthur Roué 2020 年 8 月 13 日
Hello
btnOpt_1 = 'Collect new data';
btnOpt_2 = 'Use saved data';
answer = questdlg('Please choose data source :' , 'FilterWheel' , btnOpt_1 , btnOpt_2 , btnOpt_2);
I want my btnOpt_1 to be Disabled (grayed-out). How can this be done?
THANK YOU!
  1 件のコメント
Vasista Adupa
Vasista Adupa 2020 年 8 月 11 日
I have the exact same query. disabling a option in the questdlg choices.

サインインしてコメントする。

採用された回答

Arthur Roué
Arthur Roué 2020 年 8 月 11 日
You cannot disable a button using questdlg function. The only thing you can do is to remove the option.
If you do want a grayed-out button, build your own GUI, I can help you if you need help on this point, just ask in comment.
  4 件のコメント
Mark Golberg
Mark Golberg 2020 年 8 月 12 日
R2015a.
could you send me the code for GUIDE components?
Arthur Roué
Arthur Roué 2020 年 8 月 13 日
If you launch GUIDE (write guide in command window), one of the template is a modal question dialog box.
You can start with this example, and correct the code as you wish.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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