dialogs in Matlab web app
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!