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