Azzera filtri
Azzera filtri

Dropdown Menu with check marks

5 visualizzazioni (ultimi 30 giorni)
ryan
ryan il 30 Mag 2013
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?

Risposta accettata

Walter Roberson
Walter Roberson il 30 Mag 2013
No, not using GUIDE. There might be some way by going in at the Java level.

Più risposte (1)

ryan
ryan il 30 Mag 2013
Is there any way to change the background color of different lines in a drop down menu? (almost like a checkbox)
  2 Commenti
Walter Roberson
Walter Roberson il 30 Mag 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})
ryan
ryan il 30 Mag 2013
Thank you!

Accedi per commentare.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by