dialogs in Matlab web app

3 visualizzazioni (ultimi 30 giorni)
Stéphanie
Stéphanie il 24 Mag 2021
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

Risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by