I want to monitor current results with Dynamic
ls = {}; k = 1;
Dynamic[
Refresh[
AppendTo[ls, k++];
Last@ls
, UpdateInterval -> 10]]
For some reason output updates instantaneously and not every 10 seconds
|
I want to monitor current results with
For some reason output updates instantaneously and not every 10 seconds |
|||
|
|
|
When you edit The way to avoid this is to specify that there should be no tracked symbols:
|
|||
|
|
|
|||
|
|
|
Your code has In One possible solution is to make your dynamic NOT track changes in
|
||||
|
|