Moving the status progress bar

Hello,

I’m trying to find the best to implement a progress bar in my script while it’s running, for now “Rhino.UI.StatusBar” work perfectly for me, but it’s placed in the lower corner of Rhino and I would like it to be in the center of the screen while it’s running. basicaly this :

so is there a way to move it to a new position?

Not that I know of with rhinoscriptsyntax/RhinoCommon. I agree, a pop-up progress meter would be a nice feature. I guess something like this could be implemented with Winforms.

–Mitch