Azzera filtri
Azzera filtri

Is it possible to set a uitable cell as a spinner?

5 visualizzazioni (ultimi 30 giorni)
Hi everyone,
I have downloaded in the File Exchange the function to create a normal spinner with arrows: https://www.mathworks.com/matlabcentral/fileexchange/26656-uispinner
My question is, is it possible to set a column of uitable cells (in a GUI) as spinner cells?
If yes, how can I do it?
Thanks!
Alberto

Risposte (1)

Walter Roberson
Walter Roberson il 17 Feb 2017
Not automatically, no.
It is possible to set a uitable entry to HTML that codes an IMG reference, but it is not easy to make the cells a nice size to contain an IMG reference, and I do not recall whether animated GIF are supported. If they are not, then you would have to keep changing the content of the cell to update the IMG reference.
If you are happy with "ASCII art" then you could keep updating a string entry in a uitable; you could use a timer to do that.

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by