How to Disable Button in Dialog Box

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 comentario

Vasista Adupa
Vasista Adupa el 11 de Ag. de 2020
I have the exact same query. disabling a option in the questdlg choices.

Iniciar sesión para comentar.

 Respuesta aceptada

Arthur Roué
Arthur Roué el 11 de Ag. de 2020

0 votos

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 comentarios

Mark Golberg
Mark Golberg el 11 de Ag. de 2020
Editada: Mark Golberg el 11 de Ag. de 2020
That would be great. Could you show me how to prepare a simple question box with 2 buttons, where I can enable/disable the buttons.
THANKS!!!
Arthur Roué
Arthur Roué el 12 de Ag. de 2020
What is your MATLAB release ? If R2016a or older you have to use GUIDE components (figure), otherwise go for App Designer components (uifigure).
Mark Golberg
Mark Golberg el 12 de Ag. de 2020
R2015a.
could you send me the code for GUIDE components?
Arthur Roué
Arthur Roué el 13 de Ag. de 2020
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Preguntada:

el 9 de Ag. de 2020

Comentada:

el 13 de Ag. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by