Page 1 of 1

Save and close AOO if no activity for 10 minutes

Posted: Sun Jan 14, 2024 11:55 pm
by alf50
Need Macro that saves and closes my OO App if no activity is detected for 10 minutes? Is Open Office Basic capable of doing that?

Re: Need Macro that saves and closes an OO App if no activity is detected for 10 minutes?

Posted: Mon Jan 15, 2024 1:56 am
by JeJe
It has the Wait statement... you can run it at short intervals in a loop and do some test to see if anything's happened in the meantime.

There may be problems if the user closes things down with the loop running: OO might not properly close down.