color selector in table cell

5 vues (au cours des 30 derniers jours)
SSOI SS
SSOI SS le 19 Mar 2013
I need some advice about how to integrate a color selector into table's cell. It should works like:
1. click on the cell, a combobox appears for color selection
2. select the color
3. start a callback function directly to change e.g. the line color in figure etc.
Anyone has a idee? I found Yair's Java-based method is perfect for step1&2, but for step3, it's very difficult, since I can't find a exact callback func for this.
Thks.

Réponses (1)

Walter Roberson
Walter Roberson le 19 Mar 2013
If you are referring to uitable() then you cannot insert other controls in one, unless it can be done at the Java level. You can, though, use CellEditCallback or CellSelectionCallback, figure out from the event which cell is being selected, and decide from there what to launch

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by