How to display "Script is running, please wait!" for user while JSL script is running
I have a bunch of JMP add-in's which when fired displays a UI window with options for user selection. Pressing the final OK, associated scripts fetch data from data base, does calculation on the data and finally displays the final data table(s) and associated charts. While all this is happening, JMP only shows the hourglass if the mouse cursor is placed on any existing JMP window, otherwise not. D...