Pass properties from one GUI to another app designer

4 vues (au cours des 30 derniers jours)
Leonor Vieira Dias
Leonor Vieira Dias le 11 Fév 2021
Hello,
I have created to different GUI in the app designer. To simplify, here are the functions of each app:
  • GUI1: from a database, it calculates the row the user want under the propertie app.Index
  • GUI2: shows the information of the column of the database for the given column and display it as a label using the code:
  • app.Label.Text = database(app.Index, 'name of the columns we want')
Could you show me how to pass my property app.Index and others from my GUI1 to my GUI2?
Many thanks

Réponses (1)

Avratanu Biswas
Avratanu Biswas le 13 Fév 2021
Hi,
Probably this might help you : Share Data Within App Designer Apps .
You can check the codes in the given example and apply the same workflow in your case as well.
Best
Avra
  1 commentaire
Leonor Vieira Dias
Leonor Vieira Dias le 17 Fév 2021
Thank you, but I saw that and it did not help.
Best

Connectez-vous pour commenter.

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!

Translated by