Re: GUI: New Location in Network Pref Pane
Re: GUI: New Location in Network Pref Pane
- Subject: Re: GUI: New Location in Network Pref Pane
- From: George Anten <email@hidden>
- Date: Thu, 03 Apr 2003 01:19:01 -0500
"Stephen Swift" wrote:
>
For example, say the current location the in Network pane is "Home" but I want
>
it to switch to "New Location..."
Here's an example of changing, for instance, Appearance popup menu in the
General pane:
tell pop up button 2
click
tell menu 1
if the name of every menu item contains "Graphite" then
click menu item "Graphite"
delay 1
end if
end tell
end tell
g/a
_______________________________________________
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.