How do I refresh a wxPanel

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")

self.panel.Hide()

<calc>

self.panel.Show()

ยทยทยท

On Thu, 2003-12-18 at 17:16, Henry Grantham wrote:

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")

--
Jim West
CheckLogix -a Concord company
102 S. Tejon Ste 920, Colorado Springs, CO 80903
719.633.7005 x223 Fax: 719.633.7006 Cell: 719.660.5676