How to add help files to a app designer standalone application
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vitor Manuel Ribeiro
le 4 Avr 2020
Réponse apportée : Payas Bahade
le 9 Avr 2020
Hi i have the above app built with app designer. I want to show up distinct help files in a browser (or whatever) every time i press the button '?'. It works fine with
web([pwd,'.\Help files\lunchyourjobs.html'],'-browser')
only when i have the application open in Matlab with app designer. However when i compile it with
applicationCompiler
and run it the button '?' does not work anymore.
Do you know how can i fix this?
0 commentaires
Réponse acceptée
Payas Bahade
le 9 Avr 2020
Hi Vitor,
In order to add help files to a App Designer standalone application, required files need to be added in ‘Files required for your application to run’ in following format:
web([pwd, 'lunchyourjobs.html'], '-browser')
Hope this helps!
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!