dialogs in Matlab web app
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
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!