Open Elektraglide opened 5 years ago
Behaviour differ between Mac and PC.
The code: for i in 1..10 do Sketchup.set_status_text("loop #{i}"); sleep(0.5); end
for i in 1..10 do Sketchup.set_status_text("loop #{i}"); sleep(0.5); end
Updates the status text on PC on each loop, on Mac it does not.
This used to work on Mac, but recently stopped working after SU2017
There is now no method to give feedback to a process on Mac.
Certain operations do appear to force a set_status_text update on Mac, but unclear what they are.
SU-44312
Bug Reports
Behaviour differ between Mac and PC.
The code:
for i in 1..10 do Sketchup.set_status_text("loop #{i}"); sleep(0.5); end
Updates the status text on PC on each loop, on Mac it does not.
This used to work on Mac, but recently stopped working after SU2017
There is now no method to give feedback to a process on Mac.
Certain operations do appear to force a set_status_text update on Mac, but unclear what they are.