• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
OS 9.1 Bug workaround
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Number of days since 1/1/0001
  • Next by Date: Re: ANNOUNCE: XML Tools 2.3.2
  • Previous by thread: Re: display dialog locations
  • Next by thread: RE: OS 9.1 Bug workaround
  • Index(es):
    • Date
    • Thread