Delay in Complete GUI loading

1 view (last 30 days)
Vivek
Vivek on 28 Jan 2014
I am using a GUI which is having few invisible and a visible uipanel. Each uipanel has several buttons(pushbutton, text, popup etc).
When I open the figure it is showing like this(below attached fig) and it takes approx 3 sec to settle down to show the only visible on uipanel.
So I want to hide these scattering of buttons and uipanel. Hence I need to load it invisible and after 3 sec makes it visible. For that I tried M=openfig('MyGUI','new','visible') and after 4 sec openfig(M,'reuse','visible'). Even after this scattering is visible because of reuse command.
Kindly provide some suggestion on this

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!