Still have .m file, but lost all UI elements in GUIDE

Hey all,
I was designing a GUI, with a large number of UI elements. It was completed, but was too large, so I attempted to change the size. However, matlab gave me a warning that I couldn't do it, because the window style was docked.
I closed, having last saved after modifying my last UI element (but not resizing) and when I ran the attached .m script with all the callbacks, a blank GUI popped up. I reopened the .fig in GUIDE, but it was totally blank too, even though all the elements still exist in the .m file.
In addition, when I try to replace the elements and use the same callback, it says another GUI component is also using that callback. So are they there, just invisible? I certainly can't find them.
WTF? Is this a known bug? Is there a way to recover?
Thanks so much for any help

답변 (2개)

Sean de Wolski
Sean de Wolski 2011년 12월 8일
To test your invisibility theory:
h = findall(gcf,'visible','off')
while the GUI is the current figure. Hopefully, for your sake, h will not be empty.

댓글 수: 5

The command output a list (10-12 handles) and a blank figure. I tried going through the handles and setting them to visible, but it said they weren't valid handle objects.
Did you close the figure after finding them? It's still wierd that they wouldn't be showing up in GUIDE even if invisible.
Nope. Tried both with focus on GUI, and with focus on the new figure window that findall popped up. Not valid handles, though I got them a second earlier.
At this point, I would recommend contacting us at tech support.
Look to see if backup files were created along the way.

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

Ingrid
Ingrid 2013년 9월 13일

0 개 추천

Nobody that knows what was going on here? I am encountering the same problem, all my uicontrols disappear when I make adjustments to the *.fig file in guide. Luckily I have made a back-up so I still have it, but it is very annoying that I cannot make any adjustments to the fig-file...

댓글 수: 1

to clarify and narrow down possible causes: I have determined that the problem occurs when I define createFcns for my uipanels (to link them to an uitabgroup that can also be reloaded so putting it in the opening function did not work for me)
So I guess I cannot put a createFcn when using guide? it seems that it is trying to create the panel when saving the fig that is modified in guide?
Anyone that can shed some light on this on how to approach this?

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

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품

태그

질문:

2011년 12월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by