Panel not becoming visible

I have written the code such that one panel has to turn off and another must turn on. the code is:
set(handles.uipanel1,'visible','off');
set(handles.uipanel3,'visible','on');
uipanel1 is becoming invisible. But uipanel3 is not becoming visible. i cannot understand why this is happening. Any help would be great!

 采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-17

1 个投票

Maybe panel3 is inside panel1

2 个评论

yes that worked! thank you!
I was facing the same issue, I checked if second panel was within the first panel and I made them seperate, I was able to use visible 'on' and 'off' to get them working
Thanks, Azzi

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by