needhelpnow
06-18-2009, 10:19 PM
Hi,
I am trying to override the Destroy method in Python, but wanted to know how I can destroy the current panel after my custom code...
def Destroy(self):
# My Custom Code #
# How to Destroy this Panel? #
You cannot do self.Destroy() again because it get in to infinite loop.
Any help appreciated.
Thanks.
I am trying to override the Destroy method in Python, but wanted to know how I can destroy the current panel after my custom code...
def Destroy(self):
# My Custom Code #
# How to Destroy this Panel? #
You cannot do self.Destroy() again because it get in to infinite loop.
Any help appreciated.
Thanks.