MATLAB 2014b missing GUIDE elements
显示 更早的评论
I started creating a GUIDE GUI in 2014a and have just upgraded to 2014b. I was aware that some GUI elements may be hidden due to the new graphics system. And, lo and behold, parts were "missing" when I ran it. I fixed these minor points and carried on.
However, larger parts of the GUI, which initially worked in 2014b, disappeared (as well as having the positions of some elements reset to [0,0,1,1]). So, with a big pot of coffee, away I went fixing it, moving things back and front and in and out of their parent panels. Then I re-ran my and GUI everything looks as it should.
The catch, however, is when I close and re-run GUIDE (after saving), big chunks of the GUI are not visible in GUIDE. When I run the GUI, however, everything is as it should be. I have re-tweak the GUI in GUIDE to make elements visible, and it all works fine. But again, saving and restarting GUIDE leaves elements hidden. The GUI, however, still looks as it should.
In short, my GUI works as it should, but it is a pain to edit with GUIDE because of the elements being hidden. This is my first GUI, so missing something really obvious is a possibility. I'm running 2014b, on OS X Mavericks.
8 个评论
Doug Hull
2014-11-21
Can you give screenshots, or even better attach your code or a simplified example of what you are working with? As of now, the question is too abstract to really answer.
Greig
2014-11-23
Greig
2014-11-24
I am also having similar problem, but in my case R2014a was not involved at all. This is a UI started in R2014b, but seemingly suffering the same problem.
I have nested panels and some UI components inside the nested panel. I think it is the use of normalized units that is causing this problem because it worked fine before I changed the components and the panels to use normalized units.
Now my components keep disappearing from the panel.
My code changes the visibility of the panel, on and off according to a radio button and the components show initially if the UI is in the state where they should be visible, but after pressing the radio button to a state where they should be hidden they never reappear on returning to the state where they should be visible.
Also they keep disappearing in GUIDE despite me clearly positioning them on the panel (they are children of the panel - I have checked this both in GUIDE and the code in debug). The problem clearly seems to be something odd happening with the normalized units causing the components to be rendered somewhere off the panel because the position contains silly values > 1 in GUIDE for these hidden components after I carefully positioned them and made sure they had values < 1 for all elements of the 'Position' vector.
Thomas
2015-1-27
I am experiencing the same issue.
Alan
2015-3-11
Even when I try to add new elements in GUIDE, they appear invisible on my screen. It seems GUIDE is very broken in 2014b.
Luca Amerio
2015-3-19
编辑:Luca Amerio
2015-3-19
Same problem here. Components inside panels works fine when I run the GUI, but inside GUIDE they are invisible. They are there, I can click them or select them from the object browser. I can change their properties etc etc.
BUT I CAN'T SEE THEM IN GUIDE
The units of these objects weren't normalized, but they were all hidden by default(they were meant to appear after a certain action).
I tried to upgrade to 2015a, but nothing changed.
I already ran both the updater tools. Nothing changed. I also told the panels to "Send to back". Again nothing changed.
I noticed however that even brand new components added to those panels are hidden.
UPDATE: I found that a simple cut & paste of the flawed object restore their appearance. However this screws up all the tags and the callbacks. This means a quite long work to fix everything again.
UPDATE2: If you undo (instead of paste) the Tags will be correct and the workaround still works. I wrote this below as proposed "solution" (more a workaround than a solution though).
Vincent
2015-5-13
I'm having the same problem. I also used nested panels in my GUI. Some panels disappear in both GUIDE and when I run the GUI.
Luca Amerio's fix works most of the time, but is there a "proper" solution yet?
采纳的回答
更多回答(1 个)
Did you try running the updater tools
on the original GUI code?
类别
在 帮助中心 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





