Re: Internet Connect & Airport
Re: Internet Connect & Airport
- Subject: Re: Internet Connect & Airport
- From: david <email@hidden>
- Date: Sat, 29 Nov 2003 18:42:09 -0500
try using:
tell application "Internet Connect"
properties
end tell
On Nov 29, 2003, at 6:33 PM, Martin Orpen wrote:
Internet Connect is annoying me today :-(
All I need to do is get the status and speed of the connection of an
Airport
connection - but I can't get the information.
tell application "Internet Connect"
get state of (status of AirPort configuration "Airport")
end tell
-->0
And anything else I try, returns "0" despite the fact that I *am*
connected.
Getting the properties of status returns a bunch of 0s.
Using "status record" rather than "status" throws up errors.
What am I missing here? Should I be interrogating another app?
(using 10.3.1)
_______________________________________________
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.