How to make a text area in app-designer GUI copyable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I create a GUI interface using Matlab app-designer. One thing I notice is that the info generated inside a text area box can not be copied to another document using copy and paste.
Is there a way I could change that? Many thanks.
1 Kommentar
Gouri Chennuru
am 4 Nov. 2020
Hi Liqing,
I tried reproducing the issue in R2020b,
It is working fine, and I am able to do copy and paste from the text area box to another document.
fig = uifigure;
txa = uitextarea(fig);
Copy and paste is working fine is here as well.
Can you provide additional information so that I will try to reproduce this issue.
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator 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!