Invisible problem when I use uigetfile function. (disappear parent dialog)

1 view (last 30 days)
Hello. I am Shinnig.
I write a GUI program... briefing my source
just simple
when it started.
pop up the program..and.. in window screen.. just place pushbutton and static text box..
and I push the button.. then.
file dialog is poped up (uigetfile function used)
and.. I can browse folder and I can choose a file..
It works goods..
but.. My problem is diffrent
Original GUI window. ( parent window.. it calls uigetfile)
it disappears in my screen but it still work.. how can I find it? anyone help me..
thnaks in advance

Accepted Answer

Jan
Jan on 6 Jul 2011
You can set a breakpoint in the editor before UIGETFILE is called and step through your code line by line to find out, which line let your GUI disappear. Then either fix this line or post it here. The textual description does not allow to find the problem.
What does "it disappears but it works" mean exactly?

More Answers (0)

Categories

Find more on App Building 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!