Problem with panels in a GUI

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 个评论

I would re-check to be sure the edittext and button are not parented to the panel.
not sure if it will make a difference, but looks like you have a mix of V and v's in there.
Joe, It would not make a difference for the properties of handle graphics objects.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 App Building 的更多信息

提问:

2013-8-29

Community Treasure Hunt

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

Start Hunting!

Translated by