Still have .m file, but lost all UI elements in GUIDE
Ältere Kommentare anzeigen
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
1 Kommentar
Sean de Wolski
am 8 Dez. 2011
sure you're in the same directory?
Antworten (2)
Sean de Wolski
am 8 Dez. 2011
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 Kommentare
Benjamin
am 8 Dez. 2011
Sean de Wolski
am 8 Dez. 2011
Did you close the figure after finding them? It's still wierd that they wouldn't be showing up in GUIDE even if invisible.
Benjamin
am 9 Dez. 2011
Sean de Wolski
am 9 Dez. 2011
At this point, I would recommend contacting us at tech support.
Walter Roberson
am 9 Dez. 2011
Look to see if backup files were created along the way.
Ingrid
am 13 Sep. 2013
0 Stimmen
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 Kommentar
Ingrid
am 13 Sep. 2013
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?
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!