필터 지우기
필터 지우기

Pass properties from one GUI to another app designer

조회 수: 8 (최근 30일)
Leonor Vieira Dias
Leonor Vieira Dias 2021년 2월 11일
댓글: Leonor Vieira Dias 2021년 2월 17일
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

답변 (1개)

Avratanu Biswas
Avratanu Biswas 2021년 2월 13일
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

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by