Have you all had this problem? I have two layouts that overlap each other and can be toggled visible via radio buttons. The problem I am seeing is that when I setVisible(false) to my widgets on top and setVisible(true) to widgets on bottom, my bottom widgets are rendered useless. For example, I can't check a check box that was made visible but has a hidden widget on top of it.

Has anyone ran into this? Is there something I am missing?

I'll play around with it a little more. If I can get it to work I'll post my solution. Maybe hiding all top widgets first, then making the bottom widgets visible instead of the other way around. Hmmm...