Scripting the Location Manager
Scripting the Location Manager
- Subject: Scripting the Location Manager
- From: Alazel Acheson <email@hidden>
- Date: Fri, 24 Nov 2000 20:35:55 -0800
I'm having trouble setting up a script to automatically change location
manager settings. I can get the current location, but can't figure out how
to set it. I'm using MacOS 8.6
Tell application "Location Manager"
set currentLocation to get current location -- works!
set currentLocation to "aLocation" -- doesn't work. How to I specify a
location by name?
End tell
--
~Alazel