Re: -1708: errAEEventNotHandled
Re: -1708: errAEEventNotHandled
- Subject: Re: -1708: errAEEventNotHandled
- From: Gnarlodious <email@hidden>
- Date: Tue, 12 Feb 2002 06:34:18 -0700
Entity Matt spoke thus:
>
I doubt that the error itself is helpful, but I am hoping someone might
>
have a general idea of the error I got:
>
<<script>> doesn't understand the event <<netwRMst>> message.
This is the message you get when the OSAX for 9.1 is trying to run in 9.2
If you upgraded to 9.2 you need to use the RA Status in NSS, since RASatus
OSAX is not supported in 9.2, it was a temporary fix anyway.
The pertinent lines go like this:
tell application "Network Setup Scripting"
open database
set theRAStatus to (status of Remote Access configuration 1)
close database
if ((activity of theRAStatus) = connected) then
--get jiggy with it...
Rachel
http://www.gnarlodious.com
_______________________________________________
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.