Re: RAM and CPU hogging
Re: RAM and CPU hogging
- Subject: Re: RAM and CPU hogging
- From: Emmanuel <email@hidden>
- Date: Fri, 28 Sep 2007 23:46:26 +0200
At 1:13 PM -0700 9/28/07, Stockly, Ed wrote:
So, my questions are, is it possible to avoid the unexpected quits and is it
possible to clear the error dialog using GUI scripting, system events or any
other method?
I would try one of the following incantations:
tell application "UserNotificationCenter"
activate
tell application "System Events" to keystroke ";" using
{shift down, command down}
or
tell application "System Events" to keystroke return
end tell
or maybe that one is enough:
tell application "System Events" to keystroke return
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden