Turn checkbox cell green in a uitable
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew Reibold
am 1 Jul. 2013
Kommentiert: Andrew Reibold
am 10 Jul. 2014
I have a uitable with the last column being checkboxes. Rows represent processes, when the process is complete, I want to make it check the box and fill the cell with green.
If there was an error, I want to be able to choose to turn it red, or yellow.
How do I change the background color of a checkbox or logical cell?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 1 Jul. 2013
You have a look at undocumentedmatlab to find out how to gain access to the Java level of the uitable, and you work at that level. There is no MATLAB interface for changing the color of checkboxes in uitable.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!