Re: NSInternalScriptError
Re: NSInternalScriptError
- Subject: Re: NSInternalScriptError
- From: John Baltutis <email@hidden>
- Date: Wed, 7 Sep 2005 18:50:24 -0700
On 09/07/05, Jim Brandt <email@hidden> wrote:
>
> I don't think there's anything missing. Yes there's more to the
> script but not anything that would make it break.
>
> After Michelle replied, I tried this and it still doesn't work:
>
> tell application "System Events"
> get system attribute "sysv"
> if result is greater than or equal to 4144 then -- Mac OS X 10.3.0
> if UI elements enabled then
> display dialog "enabled"
> end if
> end if
> end tell
>
> Same error. All of this worked before the weekend.
> The only thing I've done is install a new version of "Tex-Edit Plus"
> and repair permissions after the error showed up.
Then, you have other problems. This is the event log I get after running
the script in 10.4.2:
tell application "System Events"
system attribute "sysv"
4163
get UI elements enabled
true
display dialog "enabled"
{button returned:"OK"}
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden