I have a web panel full of buttons. I want the panel to not be visible at first. But while it's invisible, I want to set certain buttons to visible/invisible and enabled/not enabled.
Then, when I make the panel visible, I want my buttons to have the attributes I set above.
But I'm finding that when I attempt to set buttons to visible while the panel is not visible , the buttons' visible property is not actually getting set.
Is there a way around this?
Thanks,
Randy