Weird bug regarding UIpanel visibility
2 views (last 30 days)
Show older comments
nathan blanc
on 25 Apr 2022
Answered: Andreas Goser
on 11 May 2022
I am encountering a weird bug regarding a UIpanel disappearing off the face of the earth.
the bug occurs in matlab 2022a but not in 2021b, although the application is the same one.
It occurs after I change the parent of the UIPanel from a tab in my application to a uifigure. afterwards the panel is invisible no matter what I do, even if I change the parent back to the original tab.
- the properties "Visible" and "Enable" are both set to "On".
- the position is correctly defined
- if I copy the panel (a=p.copy), and then set the copy's parent to be the same figure, the copy is not invisible.
would be thankfull for any assistance
Nathan
0 Comments
Accepted Answer
Andreas Goser
on 11 May 2022
This issue was brought to attention of Technical Support by two users and confirmed as a bug. I recommend checking out the R2022b PreRelease that is soon to come out.
0 Comments
More Answers (1)
Kevin Holly
on 25 Apr 2022
I made the following app in R2022a (see attached). I could not replicate the problem. There could have been a possible issue with position, but you said that you correctly defined the position. Did you place the uipanel on a uifigure in another window?
3 Comments
See Also
Categories
Find more on Graphics Object Programming 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!