Re: System Events expires?
Re: System Events expires?
- Subject: Re: System Events expires?
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 28 Apr 2003 15:09:25 -0400
At 10:06 AM -0600 4/24/03, Rachel Cogent wrote:
I discover that Folder Actions mysteriously quit working after
several days of uptime. I always reboot both machines at the same
time so when both lose Folder Actions on the same morning it's
pretty easy to figure out what's going on.
I am running System Events 2.1.1 in 10.2.5, has anyone else noticed
this phenomenon?
System Events sometimes quits with little indication of doing so. If
you rely on folder actions, it might not be a bad idea to create a
stay-open script that periodically makes sure that SE is still
running. This script will launch it if it isn't running.
on idle
tell application "System Events" to exists process "System Events"
return 30
end idle
I don't know what ramifications such a script might have on overall
system performance.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.