I want to hide it for a while, update it and then show it again.
I tried Destroying it and recreating it, but that does not seem to work. It
just crashs my program
self.panel.Destroy()
.
.
.
<calculations>
.
.
.
self.panel = myPanel(self, "TestPanel")