Window moves when menu opens

I have a GUI that brings up a menu on pressing some buttons, and when this happens, the GUI moves to its default position on the screen, even if it has been moved. Is there a way to disable this behaviour? I have tried various searches but don't think I'm describing the problem well enough for google!

답변 (2개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 9일

0 개 추천

Probably you have not specified the positions manually for GUI using 'Position' property.
Walter Roberson
Walter Roberson 2012년 10월 9일

0 개 추천

Possibly your callbacks for the menu are calling the GUI itself by name, causing it to re-execute the code that sets the position.

이 질문은 마감되었습니다.

태그

질문:

2012년 10월 9일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by