How to get Sharing Details in App Designer

28 vues (au cours des 30 derniers jours)
Maxi
Maxi le 1 Fév 2021
Commenté : Taylor le 16 Avr 2024 à 13:18
Hello,
is there a method to get the sharing details of the App Designer into my code.
For example I want to display the version and name of the app somewhere in my GUI without programming it directly. So when I create a new version of my app I only have to change the information in the sharing details and it will be updated in my GUI automatically.
Thanks!
  6 commentaires
Francisco Sacchetti
Francisco Sacchetti le 19 Jan 2024
me too
Nico
Nico le 11 Mar 2024
me too

Connectez-vous pour commenter.

Réponses (1)

Taylor
Taylor le 23 Jan 2024
When you go to package the app there is a field for the version number.
When the app is installed, the user can view the version number by hovering over the app.
  3 commentaires
Adee
Adee le 16 Avr 2024 à 8:23
+1 for the exact same reasons. The version and related details of an executable application should be available to display in an "About" dialog - this is a "pattern" followed by practically all applications (including MATLAB's GUI).
Since the "Sharing details" information is not accessible programmatically, I need to store the version information in the code instead. This makes the "Sharing details" section mostly useless.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by