필터 지우기
필터 지우기

Multiple window application with APPDESIGNER (MODAL WINDOW, locking background window)

조회 수: 3 (최근 30일)
Hi every one I just read the article on multiple window application in APPDESIGNER, and though I understood how to share data between windows. But my main problem is regarding locking the background window, while the "popup" (another window, for options) is displayed.. both windows are build using appdesigner!
Some ideias one how to approach this!?!

답변 (2개)

JClarcq
JClarcq 2018년 2월 8일
Read documentation there is an example https://www.mathworks.com/help/matlab/creating_guis/creating-multiwindow-apps-in-app-designer.html
  댓글 수: 1
Carina Schwab
Carina Schwab 2018년 4월 24일
Unfortunately, the linked example does not mention how to create the second window in "modal" mode. I think what Francisco was looking for - and what I am looking for too - is to disable the background window (manually achievable by disabling all elements) AND prevent that the opened second window can hide behind the background window.

댓글을 달려면 로그인하십시오.


Harshit Singh
Harshit Singh 2018년 10월 9일
During callback delete the current UIFigure.
Just add
delete(app.UIFigure);
to the callback function

카테고리

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