OS 9.1 Bug workaround
OS 9.1 Bug workaround
- Subject: OS 9.1 Bug workaround
- From: Leigh Trevaskis <email@hidden>
- Date: Mon, 26 Nov 2001 11:39:27 +1000
Hi people,
I have just found out about the bug in Applescript 1.5.5 where the status
does not work in Network setup scripting.
My OS 9.0 scripts use the statement below to check for a connection, but
this does not work under OS 9.1 (I'm assuming because of the bug).
Does anyone have any ideas of how I can get around this bug?
repeat numQueries times
set currentStatus to the status of Remote Access configuration
raConfigName
if the activity of currentStatus is in {connected, idle} then
set continueFlag to 1
exit repeat
else
delay delayTime
end if
end repeat
Thanks in advance,
Leigh