in reply to 'system' hangs in a Windows Tk app
On linux, if I comment out your $mw->destroy(), to see if control returns after the system, the $mw will NOT deiconify, and the system command just seems to hang ( which is the problem you are seeing? ).
But, if I put a raise after the deiconify, control returns.
So try adding a $mw->raise and see if it helps.$mw->deiconify; $mw->raise
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 'system' hangs in a Windows Tk app
by ff (Hermit) on Mar 27, 2006 at 21:54 UTC |