in reply to Updating Perl/Tk Canvas based on network input
Look how I did it in Tk Realtime data aquisition
P.S. In Tk, you can always run little timers, that will auto refresh the canvas at a specified interval, like every 10 ms. Then all you need to do, is receive your data into an array, which the update sub would read from. 10 ms is very fast for human eyes to perceive, so it looks smooth.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Updating Perl/Tk Canvas based on network input
by fx (Pilgrim) on Nov 15, 2010 at 12:14 UTC |