Progress Bar Rhino 6

Hello,

I develop Rhino plug ins in C# using RhinoCommon and have noticed that the Status Bar Update (
StatusBar.UpdateProgressMeter(1, false); ) is holding up my threads in Rhino 6. HOWEVER, this was not the case in Rhino 5.

Is it possible that this command is no longer thread safe in Rhino 6? If not could this be fixed?

Thanks,
Andy

Hi @andy.marshall,

I’m not detecting any changes the the status bar progress meter code, between V5 and V6. Can you provide a sample code example, that I can run here, that demonstrates the problem you are having?

– Dale