• 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
UI Printing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UI Printing


  • Subject: UI Printing
  • From: Luther Fuller <email@hidden>
  • Date: Thu, 04 Mar 2010 19:09:35 -0600

I don't touch UI scripting with a 10 foot pole ... so, I got my 11 foot pole and tried this ...

tell application "System Events"
if not (UI elements enabled) then
try
set UI elements enabled to true -- asks for password
on error
display dialog "Cancelled"
return
end try
end if
tell process "Mail"
click menu item "Print..." of menu "File" of menu bar item "File" of menu bar 1
end tell
end tell

I always get an error. It seems that "Print..." can't be done. It's just not there.
But, this works just fine, no errors:

click menu item "Close" of menu "File" of menu bar item "File" of menu bar 1

What's going wrong, here?

 _______________________________________________
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:
    • Re: UI Printing
      • From: "Stockly, Ed" <email@hidden>
    • Re: UI Printing
      • From: LuKreme <email@hidden>
  • Prev by Date: Re: Application Bundles
  • Next by Date: Re: UI Printing
  • Previous by thread: Re: Address Book buggy in 10.6?
  • Next by thread: Re: UI Printing
  • Index(es):
    • Date
    • Thread