UI Figure windowstyle doesn't work - R2020a

5 ビュー (過去 30 日間)
Jordi Navarro
Jordi Navarro 2021 年 1 月 29 日
コメント済み: Himanshu Verma 2021 年 5 月 12 日
Hi! I am working on a multiwindow app and I cannot get that a window is set to modal. When I looked on the examples, the examples that MATLAB gives don´t work to me either. I get this error (the code is from MATLAB examples):
fig1 = uifigure('Name','Figure 1');
fig1.WindowStyle = 'modal';
Error: Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App Designer.
Is there any patch or something to fix this?
MATLAB version: R2020a // Windows 7 ultimate
Thanks!

採用された回答

Steven Lord
Steven Lord 2021 年 1 月 29 日
The functionality you're trying to use was introduced in release R2020b. The online documentation is for the most recent release, which as I type this is release R2020b.
  2 件のコメント
Jordi Navarro
Jordi Navarro 2021 年 1 月 29 日
Oh, sorry for the question then! Thank you!
Himanshu Verma
Himanshu Verma 2021 年 5 月 12 日
@Steven Lord How can we keep the uifigure 'always on top' in older builds? (2019a or older)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by