필터 지우기
필터 지우기

Problem with panels in a GUI

조회 수: 1 (최근 30일)
Silvia
Silvia 2013년 8월 29일
Hello,
I have a panel in a GUI, over this panel I have an edit text and a push button. At the beginning I only want to see the edit text and the push button:
set(handles.panel,'Visibility','off')
set(handles.editText,'visibility','on')
set(handles.button,'visibility','on')
This doesn't work, the edit text and the push button doesn't appear when I run the tool.
Thank you
  댓글 수: 3
Joe Bisbing
Joe Bisbing 2013년 8월 29일
not sure if it will make a difference, but looks like you have a mix of V and v's in there.
Walter Roberson
Walter Roberson 2013년 8월 29일
Joe, It would not make a difference for the properties of handle graphics objects.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by