Re: GUI Scripting and "International" Preferences
Re: GUI Scripting and "International" Preferences
- Subject: Re: GUI Scripting and "International" Preferences
- From: julifos <email@hidden>
- Date: Mon, 06 Jan 2003 15:04:49 +0100
>
I'm playing around with the new GUI scripting functions in the 2.0
>
beta...it's all very cool, and hopefully it'll allow me to write a script
>
I've always wanted -- the ability to turn the character palette on and off
>
at will.
>
>
Here's the problem: I can get it to launch system preferences, and switch to
>
the "international" window by way of the "view" menu and switch to the
>
"Input Menu" tab...the problem is, I can't identify the check box that's
>
second from the top to turn on the character palette.
>
>
Can anyone help? Is there any easy way to identify this check box? I've
>
tried "tell group 1 click check box 2" but I just get an error.
>
>
>
Thanks in advance,
>
-jason
tell check box 1 of row 2 of table 1 of scroll area 1 of tab group 1 of
window 1
if (value) = 0 then click -- check if unchecked
end tell
--> will be "row 2" only if ordered by "active"
JJ
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
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.