SketchUp / api-issue-tracker

Public issue tracker for the SketchUp and LayOut's APIs
https://developer.sketchup.com/
38 stars 10 forks source link

set_status_text #252

Open Elektraglide opened 5 years ago

Elektraglide commented 5 years ago

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.

taustin73 commented 5 years ago

SU-44312