color selector in table cell

4 visualizzazioni (ultimi 30 giorni)
SSOI SS
SSOI SS il 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.

Risposte (1)

Walter Roberson
Walter Roberson il 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

Categorie

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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by