in reply to Re^4: perl tk script dumps core?!
in thread perl tk script dumps core?!
I noticed that the error occurs after activating the Quit button (выход), but not if the application is closed from the frame's close button on the title bar.
Try calling destroy on your mainwindow instead of perl function exit, or maybe use Tk::exit
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: perl tk script dumps core?!
by pashanoid (Scribe) on Jul 11, 2011 at 06:37 UTC |