LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display Message Box/Slide while process running background ?

I have a report generation VI which generates the report and calls distiller to write to pdf. This takes about 5 - 6 secs. While this process is going on, I want to display a modal message box or some kind of a VI which some slide  bar on it indicating the progress. Any pointers on how to get started on this ?

Kudos are the best way to say thanks 🙂
0 Kudos
Message 1 of 3
(2,731 Views)
If your report generation is taking place in a For Loop, you can check out the VI I posted to this thread:
 
 
-D
0 Kudos
Message 2 of 3
(2,728 Views)
I will take a look at the link discussion.

My report is not in a for loop. My report reads from a global string and generates report. Calling of the distiller takes some time and reading all the variables take few secs.

Kudos are the best way to say thanks 🙂
0 Kudos
Message 3 of 3
(2,722 Views)