Skip to Content
0
Former Member
May 01, 2014 at 08:17 AM

Make invisible panel visible

557 Views

Hello Experts,

I have created a panel and set its visible property to false

oPanel.setvisible(false);

Now I want to make the panel visible on clicking a button,

For this I tried using

oPanel.setvisible(true);

But this doesn't work.

Is there a way to make the panel visible ?

Regards,

Rohit