Hide gui at start and show it once it is ready

조회 수: 4 (최근 30일)
Lorenzo
Lorenzo 2014년 1월 15일
댓글: Lorenzo 2014년 1월 17일
Dear all, I've built a gui with quite a number of elements. Now, it shows a little bit of delay in the elements creation at start generating a wavy glitter.
I was thinking of creating the GUI as hidden, let matlab draw everything and then, once it is ready, show it. No problem in generating an hidden GUI but then how do I show it? Where do I have to put the set(myGUI,'Visible','on') bit?
Thanks!

답변 (1개)

Titus Edelhofer
Titus Edelhofer 2014년 1월 17일
Hi Lorenzo,
you created you application "by hand", i.e., using uicontrol commands? Or using guide? In the first case, as you wrote, create your figure invisible ('visible', 'off'), and at the very end set it to 'visible', 'on'.
GUIDE should do this automatically, though.
Titus
  댓글 수: 1
Lorenzo
Lorenzo 2014년 1월 17일
Hi Titus and thanks for your answer. I used GUIDE. If this is done automatically then I guess that is already answering my question.
Thanks again!
Lorenzo

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

카테고리

Help CenterFile Exchange에서 Function Creation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by