Weird bug regarding UIpanel visibility

조회 수: 2 (최근 30일)
nathan blanc
nathan blanc 2022년 4월 25일
답변: Andreas Goser 2022년 5월 11일
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

채택된 답변

Andreas Goser
Andreas Goser 2022년 5월 11일
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.

추가 답변 (1개)

Kevin Holly
Kevin Holly 2022년 4월 25일
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
Kevin Holly
Kevin Holly 2022년 4월 26일
편집: Kevin Holly 2022년 4월 26일
I messed around with the app you sent. It seems the error occurs when the component is created while being placed in the Sand Box. Sand Box -> New_system the uipanel disappears. New_system -> Sand Box, uipanel reappears. If created when first placed in New_system, the uipanel is present. Iteratively moving between New_system and Sand Box does not cause uipanel to disappear. Is the code different when creating the uipanel in Sand Box versus New_system?
nathan blanc
nathan blanc 2022년 4월 26일
편집: nathan blanc 2022년 4월 26일
Thanks again kevin. Your description is largley accurate, although it is not always exactly like that. (see in the video, it sometimes behaves as you described and sometimes differently.)
regarding your question, A component created in the sandbox and moved to the system should be identical in every aspect to a component created directly in the system. I cannot be a hundrend percent sure that this is indeed the case but i did go over all the uipanel properties (including the hidden ones) and compare. I couldnt find a single difference.
Nathan

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by