in reply to window destroying
presto change-o! $mw is destroyed and ex2's window is created.-command => [ sub { $mw->destroy(); ex2();} ],
With the current code, ex2() doesn't exit until its MainLoop is finished, so the second command (to destroy $mw) isn't executed until after ex2()'s window is closed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: window destroying
by Anonymous Monk on Mar 28, 2005 at 18:21 UTC |