I’ve got a stay-open script that use an On Idle handler. When the on idle handler runs, I get the wait cursor briefly. Is there any way to disable this (If it won’t induce any additional performance penalty.)
I’m trying to keep the On Idle as fast as possible. So, I am trying to find anything at all that can be disabled that might slow down the On Idle handler. This will be running in the background as Quicktime Movies play in the foreground, so any delays at all cause hiccups in Movie Playback. A “nice” command for the entire script might be useful too
This is built with just the standard Applescript Editor. I could make it an XCode project if there is any benefit to that.
Thanks,
jw