フィルターのクリア

How to make a text area in app-designer GUI copyable?

4 ビュー (過去 30 日間)
Leon
Leon 2020 年 11 月 2 日
コメント済み: Gouri Chennuru 2020 年 11 月 4 日
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 件のコメント
Gouri Chennuru
Gouri Chennuru 2020 年 11 月 4 日
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.
I also tried out using “uitextarea” function available in MATLAB
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by