• 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
Interarchy is missing windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interarchy is missing windows


  • Subject: Interarchy is missing windows
  • From: Brian Christmas <email@hidden>
  • Date: Wed, 07 Oct 2015 15:06:02 +1100

G’day scripters

I’m trying to dismiss the ‘Transfers’ window of Interarchy.app, but it appears the windows cannot be found.

UI Browser finds the window fine.

Is there any other way of trying to dismiss that darn window, please?

Regards

Santa

tell application "Interarchy"
activate
set t to name of window 1
tell application "System Events" to say (exists process "Interarchy") -- true
tell application "System Events" to tell process "Interarchy"
close every window
try
click (button 3 of some window whose name is "Transfers") --< Errors. 'container is an empty list'
on error errmsg
display dialog errmsg
end try
try
click button 3 of window 1
end try
end tell
end tell
t

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Fwd: Interarchy is missing windows
      • From: Brian Christmas <email@hidden>
  • Prev by Date: Re: Cannot Write to Combo Box with System Events
  • Next by Date: Fwd: Interarchy is missing windows
  • Previous by thread: Re: Cannot Write to Combo Box with System Events
  • Next by thread: Fwd: Interarchy is missing windows
  • Index(es):
    • Date
    • Thread