Double click callback on a cell in uitable without Java?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
After google-ing for a while, I cannot find a feasible solution to realize the double click callback on a cell in uitable.
Does anyone have a better idea or workaround for this? without java or findjobj.
0 commentaires
Réponses (1)
Walter Roberson
le 7 Sep 2015
How about CellSelectionCallback and test the figure SelectionType property for 'open' ?
2 commentaires
Stefanie Schwarz
le 2 Oct 2020
Modifié(e) : Stefanie Schwarz
le 2 Oct 2020
In R2020a and ealier, 'SelectionType' was not honorored by UItables; starting from R2020b, the above solution should work.
Voir également
Catégories
En savoir plus sur Environment and Settings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!