Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π« Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Help witn AppObserver.onQuit
-
I have two instances of SketchUp open. I tried to use AtelierAppObserver.onQuit to watch for one instance of SU to quit, in order to shut down the other instance of SU.
When the first instance of AU quits, the observer in the second instance of SU doesn't see the event. Any ideas what I am doing wrong?
-
@honoluludesktop said:
When the first instance of AU quits, the observer in the second instance of SU doesn't see the event. Any ideas what I am doing wrong?
Observers will only react to events in the instance of SU you created it in.
-
OK, makes sense. The only other way I can think to do the above is to have a timer on one instance that checks a memory flag from time to time, but that's too much overhead.
Advertisement