Re: Internet Connect & Airport
Re: Internet Connect & Airport
- Subject: Re: Internet Connect & Airport
- From: Martin Orpen <email@hidden>
- Date: Sun, 30 Nov 2003 10:28:18 +0000
david <email@hidden> wrote:
>
try using:
>
>
tell application "Internet Connect"
>
properties
>
end tell
Tried that first, but you only get:
--> {current configuration:AirPort configuration "AirPort" of application
"Internet Connect", application service id:"9", connection log:"",
version:"1.3", frontmost:false, class:application, name:"Internet Connect",
status:status of AirPort configuration "AirPort" of application "Internet
Connect"}
And properties of the Airport configuration gets me no closer:
tell application "Internet Connect"
properties of AirPort configuration "Airport"
end tell
--> {status:status of AirPort configuration "AirPort" of application
"Internet Connect", network type:1, AirPort power:true, class:AirPort
configuration, name:"AirPort", base station ID:"00:0A:95:F2:D1:D0", network
name:"daymer", signal level:90}
I can see the status, connection speed, time connected and time remaining in
the Internet Connect window - but can't retrieve the information.
The stuff is all in the dictionary under "status record" but every time I
try and get to it I get "NSCannotCreateScriptCommandError" :(
--
Martin
_______________________________________________
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.