exilepanda has asked for the wisdom of the Perl Monks concerning the following question:
But then I have no idea on how to create a trigger at the moment that the GUI starts. For example, to make a clock with arms, the script starts by itself without anyone touch it, then where should I post the block
while(1){ &clockMoveArms($mw) } # for example
in my Perl/Tk code ?
What I am expecting is a while(1){} loop can start with the GUI. Is this feasible or did I missed something ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PerlTk, how to handle/setup an "autorun" block with the GUI?
by zentara (Cardinal) on Feb 22, 2013 at 11:24 UTC | |
by exilepanda (Friar) on Feb 22, 2013 at 14:42 UTC | |
|
Re: PerlTk, how to handle/setup an "autorun" block with the GUI?
by BrowserUk (Patriarch) on Feb 22, 2013 at 08:59 UTC | |
by exilepanda (Friar) on Feb 22, 2013 at 14:36 UTC |