• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
GUI scripting hiccup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Selecting files in a list (From: Mr Tea <email@hidden>)

  • Prev by Date: Re: getting URL of front web page (addendum)
  • Next by Date: Re: Script to Copy/Paste Entourage Message Bodies
  • Previous by thread: Re: Selecting files in a list
  • Next by thread: Re: Selecting files in a list
  • Index(es):
    • Date
    • Thread