cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
djhanson
Level V

Display a stopwatch counter (parallel with another JSL action)

Does anyone know how to display a time counter (say 1 sec intervals using a wait(1) ), but while another JSL action is taking place?  So this stopwatch counter would display like 1, 2, 3,.... until that other action finished like pulling data from a database.  This stopwatch counter would be running in parallel in this case and keep running while waiting on the data pull to complete.  Is parallel processing like this even possible in JSL?

2 REPLIES 2
ian_jmp
Staff

Re: Display a stopwatch counter (parallel with another JSL action)

Please take a look at the Progress Bar from @Craige_Hales.

djhanson
Level V

Re: Display a stopwatch counter (parallel with another JSL action)

Ahh thanks!  That looks very interesting.