Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

GUI - Showing or hiding a panel

조회 수: 4 (최근 30일)
Blondeel
Blondeel 2013년 1월 18일
Hello,
I try, without success, to hide a (large) panel including another (small) panel. It works only if the panel is not including another panel.
I use
hSoftwareControl=get(handles.TakeOffControl_panel,'Children');
set(hSoftwareControl,'Enable','off');
The 'Enable' property is not recognized in the case of the large panel.
If somedy has already been able to hide the panel in this configuration.
Thank you
Jerome
<<C---Documents-nbsp-and-nbsp-Settings--a033578--Desktop--Enable.bmp>>
  댓글 수: 5
Blondeel
Blondeel 2013년 1월 18일
편집: Blondeel 2013년 1월 18일
Thank you. 'of' is not working ; and regarding the property 'Visible', I do not want the handle to be unvisible. As Daniel requested, I try to add an image, but I do not succeed... The gif image is ready on my desktop, could you please help me to add it ?
Daniel Shub
Daniel Shub 2013년 1월 18일
We need simplified code that we can run which can reproduce the problem if you want us to have a fighting chance of helping you. An image does not help. We also need a textual description of what you get with the code and what you expect to see. Please edit the question to include this.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by