Invisible problem when I use uigetfile function. (disappear parent dialog)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Jan
el 6 de Jul. de 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?
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dialog Boxes en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!