Dropdown Menu with check marks
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is there a way to make a dropdown menu (using guide), where each of the options in the dropdown menu can also act as checkboxes?
0 comentarios
Respuesta aceptada
Walter Roberson
el 30 de Mayo de 2013
No, not using GUIDE. There might be some way by going in at the Java level.
0 comentarios
Más respuestas (1)
ryan
el 30 de Mayo de 2013
2 comentarios
Walter Roberson
el 30 de Mayo de 2013
a = '<HTML><body bgcolor="red">red choice';
b = '<HTML><body bgcolor="green">green choice';
c = '<HTML><body bgcolor="#C4098A">C4098A choice';
test = uicontrol('style','pop', 'string', {a;b;c})
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!