Double click callback on a cell in uitable without Java?

5 Ansichten (letzte 30 Tage)
Song
Song am 7 Sep. 2015
Kommentiert: Jesse Hopkins am 3 Mär. 2025
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.

Antworten (1)

Walter Roberson
Walter Roberson am 7 Sep. 2015
How about CellSelectionCallback and test the figure SelectionType property for 'open' ?
  3 Kommentare
Stefanie Schwarz
Stefanie Schwarz am 2 Okt. 2020
Bearbeitet: Stefanie Schwarz am 2 Okt. 2020
In R2020a and ealier, 'SelectionType' was not honorored by UItables; starting from R2020b, the above solution should work.
Jesse Hopkins
Jesse Hopkins am 3 Mär. 2025
Using 2021B at the moment, and above solution **mostly** works, except if one double clicks a cell that's already selected. In this case, the CellSelectionCallback is never fired at all. Curious if there's any solution for detecting a double-click in a cell that's already selected?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by