Udhay has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I used Win32::GUI to develop a Window (actually two windows) only from main window one can access the sub window. I opened the sub window from main window and did some activity and closed it. When i opened that sub window second time the info are still there.
Can i able to clear all the contents which the win32::GUI holds by form close.
I have tried undef by exiting, can't able to access the window second time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to clear the buffer: Win32::GUI
by rpnoble419 (Pilgrim) on Aug 11, 2012 at 10:21 UTC | |
by Udhay (Initiate) on Aug 11, 2012 at 11:57 UTC | |
|
Re: How to clear the buffer: Win32::GUI
by Anonymous Monk on Aug 11, 2012 at 07:50 UTC |