Filter löschen
Filter löschen

Controlling which GUI is active/on top

3 Ansichten (letzte 30 Tage)
Andreas
Andreas am 17 Okt. 2013
Kommentiert: Andreas am 18 Okt. 2013
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.

Akzeptierte Antwort

nl2605
nl2605 am 17 Okt. 2013
  1 Kommentar
Andreas
Andreas am 18 Okt. 2013
Thank you! I did not even think of using the "humble" figure() function.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by