Progress bar implementation

Hi, I’m making a plugin for Revit that runs with Dynamo. This plugin allows me to run a specific .dyn file (with only a Python script) while Dynamo is not opened/background. When I was using the DataShape UI form, the form was appearing even if Dynamo was closed/Background. I’d like to create a progress bar in the PythonScript with the same feature, it should appear in Revit not only when Dynamo is opened.

So, how can I make a window/dialog/form (written in the python script) to appear in Revit while Dynamo is running in background?

Since DS is all python custom nodes, I’d recommend digging into them and seeing what is under the good.

1 Like