Freezed widgets

Hi guys, I create a simple wxWizard like widget, but I got a problem while using it: I manage different pages using many instances of wxPanel that I show only when needed. But when I show a panel, it seems that the whole of its content is "freezed", like totally disabled.

Anyone can help me??
I can Attach the files if you want.

bye

Gabriele Farina wrote:

Hi guys, I create a simple wxWizard like widget, but I got a problem while using it: I manage different pages using many instances of wxPanel that I show only when needed. But when I show a panel, it seems that the whole of its content is "freezed", like totally disabled.

Ensure that the other panels are actually being hidden, and that the parentage of the panels and controls is done properly. If that doesn't help then please reduce it to a small as possible sample that shows the problem and send it to us.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!