GUI scripting hiccup
GUI scripting hiccup
- Subject: GUI scripting hiccup
- From: Mr Tea <email@hidden>
- Date: Wed, 26 Mar 2003 22:30:10 +0000
I just tried to do this...
--===========================================================
try
tell application "DragThing"
activate
open preferences window
delay 1
end tell
tell application "System Events"
tell process "DragThing"
click ((every radio button whose name contains "Misc") of tab group 1
of window 1)
end tell
end tell
on error errmsg number errnum
tell application "DragThing"
display dialog errmsg buttons {"OK"} default button 1
end tell
end try
--===========================================================
(Any lines that abut the left margin of the message window have been wrapped
and should be re-connected to the end of the previous line.)
Running the script made a duplicate row of tabs appear in the DragThing
prefs window, displaying blank panes. Is it the GUI scripting not working as
advertised, or a mistake in the script?
Thanks,
Nick
pp Mr Tea
--
Brew of the day: Yorkshire Gold
_______________________________________________
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.