dialogs in Matlab web app

조회 수: 3 (최근 30일)
Stéphanie
Stéphanie 2021년 5월 24일
Hi,
I work with the App designer (R2020b) and i create an app I want to deploy as webapp. To select or to edit some informations, I often use dialogs to interact with the user. But, it's a known limitation of webapp deployment that multiple calls to uifigure are not supported and there are only few compatible dialogs (uiconfirm, uialert, uiprogrssdlg) to replace functions like listdlg or inputdlg.
I thnik about creating all the uicomponents of my dialogs in my main app, and use the visibility property of all the components to show them or not, but it seems to me so ugly, that i hope to find a more elegant solution.
An Idea ?
Stéphanie

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by