msgboxのダイアログ位置を、画面中央にしたい
Afficher commentaires plus anciens
msgboxには表示位置を指定するoptionが無いので、以下のようなコードで「画面中央への表示」を試みました。
f = msgbox("メッセージ", "タイトル", 'help');
movegui(f, 'center');
しかし、msgbox実行時にダイアログが表示された後で画面中央に移動する為、ちらつきが発生してしまいます。
ちらつきが発生することなく、画面中央にダイアログを表示するにはどうすればよいでしょうか?
Réponse acceptée
Plus de réponses (1)
koji fukumoto
le 27 Sep 2018
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!