From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-08-29 02:10:20
|
When I try to close the TopWindow Frame it would have to call the EVT_QUERY_END_SESSION, don't? What I'm doing wrong? use Wx ; use Wx::Event qw(EVT_QUERY_END_SESSION) ; EVT_QUERY_END_SESSION( $app , \&OnTryExit ) ; But the sub OnTryExit() was never called! Graciliano M. P. |