in reply to Tk Stopped a working program
decided it didn't really want to start until the routine was completely done it's Keypress routine.So you have a tkapp with a button which when clicked invokes sub Bar?
What you wanna do instead is system("start perl testFoo.pl") right after you system("start foo.exe")
or
put instructions into a an array called @BBAR, use Tk::after, and setup a callback which would iterate of @BBAR and ineffect be guitesting foo.exe.
You might also wanna checkout HWXperl - The place for GUI apps in Perl (http://sourceforge.net/projects/hwx).
|
MJD says you can't just make shit up and expect the computer to know what you mean, retardo! I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests. ** The Third rule of perl club is a statement of fact: pod is sexy. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk Stopped a working program
by bblustein (Beadle) on Apr 16, 2003 at 18:58 UTC |