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 ?
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.