error on destroying

erm ... correction

The exception is NOT triggered when
- The on_close method of the dialog calls self.Destroy()

But I want the dialog to exist until the application exits.

···

On Monday 19 July 2004 11:52, Remco Oosten wrote:

The exception is triggered when:
- The on_close method of the dialog calls self.Destroy()
- on_close just Hide()'s the panel and then I close the application.