Window moves when menu opens
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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!
Risposte (2)
Sachin Ganjare
il 9 Ott 2012
0 voti
Probably you have not specified the positions manually for GUI using 'Position' property.
Walter Roberson
il 9 Ott 2012
0 voti
Possibly your callbacks for the menu are calling the GUI itself by name, causing it to re-execute the code that sets the position.
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!