Re: UI Printing
Re: UI Printing
- Subject: Re: UI Printing
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 5 Mar 2010 04:54:03 -0500
On Mar 5, 2010, at 4:17 AM, Vittorio wrote: Yes, it works BUT ... I'm presented with the print menu with the Print button highlighted and waiting for action. What should I add for making this script print the message automagically?
activate application "Mail" tell application "System Events" tell process "Mail" keystroke "p" using {command down} click button 1 of sheet 1 of window 1 end tell end tell
Notice that I've used an alternative way to choose the Print menu item.
--
Bill Cheeseman
|
_______________________________________________
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