Waitbar reappear after openning a GUI
이전 댓글 표시
In guiframe_OpeningFcn of my GUI, a function is called to process some data. It takes a little while so I added a simple waitbar in the function. The problem is that the waitbar reapears after the GUI is open. I have tried delete() or close(), but none of them works, the waitbar is closed when the function is finished, but it keeps popping up again after the GUI is open. Is there a way to solve this problem?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!