cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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
Level X

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.

Recommended Articles