From: Naveenarjuna on
hi,
I am implementing calculator using GUIDE,So in that i have created two panels one for standard calculator and another one for scientific calculator. So when user select one of them from menu option am hiding one panel and showing another panel. But while changing from scientific to standard or viceversa its taking time to change all components which are used on the panels.

Am trying to solve this problem with refresh command but am unable to do that...

Please give me suggestions .
Thanks,
Naveen
From: Naveenarjuna on
Please help me i started learning matlab in the last week only.. I got the lot of concepts but still i need suggestions from you people.
Thanks,
Naveen
From: ImageAnalyst on
You don't have to individually hide all of the controls that are
inside each panel. Just hide the panel and everything inside will
automatically disappear. It should be very fast.
From: Naveenarjuna on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <03fbfb7a-b552-488f-a05f-91f30e51a973(a)l36g2000yqb.googlegroups.com>...
> You don't have to individually hide all of the controls that are
> inside each panel. Just hide the panel and everything inside will
> automatically disappear. It should be very fast.


Yes i am hiding panel only...But hiding a panel is faster.. But while making visible another panel its not updating each and every component at same time in that panel..
I think am clear in my question...