Show background progress activity circle when executing a script in the background
When executing an IronPython script from a button, or for example by triggering a script when changing a document property the user should have some visual feedback of the fact that there is a background process running.
Hi Erik, by using the ProgressService in your script it's possible to get a progress bar (including a cancellation option), see https://community.spotfire.com/articles/spotfire/how-to-add-progress-bar-and-cancellation-option-when-executing-ironpython-scripts-in-spotfire/.