Re: GUI Applescripting network Port configurations....
Re: GUI Applescripting network Port configurations....
- Subject: Re: GUI Applescripting network Port configurations....
- From: Bill Cheeseman <email@hidden>
- Date: Wed, 05 May 2004 05:29:26 -0400
on 2004-05-04 1:59 PM, Martha Espinosa at email@hidden wrote:
>
When I create a new location -- used for dialup. I go to Show:
>
Network Port configurations... I want to uncheck Built-In Ethernet
>
and leave Internal Modem on.... Using this code I end up disabling my
>
modem instead of Ethernet.. Any help will be appreciated..
>
>
if value of checkbox 1 of row 2 of table 1 of scroll area 1 of group
>
1 of window "Network" is 1 then
>
click checkbox 1 of.......
This isn't the fault of GUI Scripting.
The Accessibility API does it, too. When I use UI Browser to click any of
the checkboxes in that pane, it is the first checkbox that gets changed.
I would guess this is because of the way System Preferences installs the
checkboxes in the table column. I haven't tried it with other applications
that have checkboxes or other controls embedded in a table. It would be
interesting to see if it is a systemwide issues.
I'll crosspost this reply to the accessibility mailing list and see if an
answer comes up.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.