Re: System Events -600 error
Re: System Events -600 error
- Subject: Re: System Events -600 error
- From: Lists <email@hidden>
- Date: Tue, 03 Dec 2013 16:34:24 -0800
You can globally disable auto termination with defaults. Applications auto quitting was making me nuts.
Disable Automatic Termination in Mac OS X
defaults write -g NSDisableAutomaticTermination -bool yes
Re-Enable Automatic App Termination in Mac OS X
defaults delete NSDisableAutomaticTermination
Or by reversing “yes” to “no” and running the original command again:
defaults write -g NSDisableAutomaticTermination -bool no
J
On Dec 3, 2013, at 2:20 PM, Jim Skibbie <email@hidden> wrote:
> Chris-
>
> I'm running OS X 10.8.5. The Applescript call comes from a program from
> Enfocus called "Switch" that is a scriptable automation platform.
>
> I just ran:
>
> tell application "System Events" to quit delay
> the result -- 300
>
> So, if I set the quit delay to 0, is that something I need to do every
> time System Events launches, or is that application property saved with
> System Events going forward?
>
> Thanks.
> Jim
>
>
>
>
>
> On 11/29/13 2:00 PM, "email@hidden" wrote:
>
>> Hey Jim,
>>
>> You didn't say which OS you were running.
>>
>> App-nap?
>>
>> Auto-quit?
>>
>> I've had problems with System Events quitting on me since Lion.
>>
>> This might possibly help you:
>>
>> tell application "System Events"
>> set quit delay to 0
>> end tell
>>
>> --
>> Best Regards,
>> Chris
>
>
>
> _______________________________________________
> 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
_______________________________________________
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