Refreshing scrolling fields in "realtime".
Posted: Sun Mar 18, 2007 12:15 am
Hi.
I'm having an interesting challenge, at least for my standards of transcript knowledge. I want to poll in realtime (or at least refresh every 2 seconds or so) the contents of a file and display them in a scrolling field.
Unfortunately if I put:
the program locks up (note that there is a button that when pressed "condition" should have the value "false") and there is nothing I can do but restart Revolution.
Any solutions to this?
I'm having an interesting challenge, at least for my standards of transcript knowledge. I want to poll in realtime (or at least refresh every 2 seconds or so) the contents of a file and display them in a scrolling field.
Unfortunately if I put:
Code: Select all
repeat while condition="true"
read from file mypath&"/somefile.txt" at -1000 until EOF
put it into field "info_field"
end repeat
Any solutions to this?