필터 지우기
필터 지우기

Controlling which GUI is active/on top

조회 수: 3 (최근 30일)
Andreas
Andreas 2013년 10월 17일
댓글: Andreas 2013년 10월 18일
Hello all,
I've been trying to google this, but I guess im not sure how to search for it.
I have two GUIs which share data between them using the handles structure. GUI A calls GUI B and then B might need to go back to A to reset parameters. I would like to press a button on B and bring A back onto the screen.
I found this command which I call from GUI B
movegui(handles.Patient_Data.figure1,'onscreen')
but even though it moves GUI A it does not bring it in front of B.
Is this something that is possible to make?
Thank you all, Andreas.

채택된 답변

nl2605
nl2605 2013년 10월 17일
  댓글 수: 1
Andreas
Andreas 2013년 10월 18일
Thank you! I did not even think of using the "humble" figure() function.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by