Hi Everybody,
When using a delay object with a very long delay (1 hr.), is there any
way to show a countdown timer display?
Thanks,
Mark Stasik
C-Cor Electronics
When using a delay object with a very long delay (1 hr.), is there any
way to show a countdown timer display?
Thanks,
Mark Stasik
C-Cor Electronics
Start a parallel thread with a loop that pings a timer object then
displays the latest result. You may want to put these 2 threads into
a common User Object so that they operate concurrently and the timer
loop terminates when the delay is finished. You could also make the
timer / display loop your delay and have it loop on the time display
until the desired delay has passed, then break out of the loop and
continue.
Thomas Groleau
tucson, Arizona
______________________________ Reply Separator _________________________________
Subject: Vrf - timer
Author: mjs@c-cor.com at CCGATE
Date: 5/21/98 7:40 AM
Hi Everybody,
When using a delay object with a very long delay (1 hr.), is there any
way to show a countdown timer display?
Thanks,
Mark Stasik
C-Cor Electronics