• 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
Re: Weird message saving to desktop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird message saving to desktop


  • Subject: Re: Weird message saving to desktop
  • From: "koenig.yvan" <email@hidden>
  • Date: Fri, 28 Sep 2012 17:04:20 +0200


Le 28/09/2012 à 13:39, Brian Christmas <email@hidden> a écrit :

Hello

Here is an edited version.
On my machine running 10.8.2 in French, it behaves flawlessly.

--[SCRIPT]
property PrintDateTimeName : ""

set PrintDateTimeName to my dateTimeStamp()
tell application "Mail"
name of window 1
end tell

my SubRoutine1(result)
set PrintDateTimeName to ""

on SubRoutine1(tempWindowName)
tell application "Mail" to activate # REQUIRED
tell application "System Events" to tell process "Mail"
try
tell window tempWindowName
--delay 0.2
keystroke "s" using {command down, shift down}
repeat until exists sheet 1
delay 0.1
end repeat
try
keystroke "d" using {command down}
end try
--delay 0.1
keystroke PrintDateTimeName
--delay 0.1
try
if value of checkbox 1 of group 1 of sheet 1 = 0 then click checkbox 1 of group 1 of sheet 1
end try
tell group 1 of sheet 1
tell pop up button 1
click
repeat
try
name of menu item 1 of menu 1
exit repeat
on error
delay 0.1
end try
end repeat
click menu item 1 of menu 1
end tell
end tell
end tell
click button 1 of sheet 1 of window 1
keystroke return
end try
end tell --tell system events
tell application "Mail"
try
close window 1 --tempWindowName
end try
end tell
end SubRoutine1

--=====

on dateTimeStamp()
return (do shell script "date -u +%Y-%m-%d" & character id 160 & "%H%M%S")
end dateTimeStamp

--=====
--[/SCRIPT]

Yvan KOENIG (VALLAURIS, France) vendredi 28 septembre 2012 17:03:58




 _______________________________________________
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: Weird message saving to desktop
      • From: Brian Christmas <email@hidden>
    • Re: Weird message saving to desktop
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Requesting assistance with rtfd and attachments
  • Next by Date: Re: Weird message saving to desktop
  • Previous by thread: Re: Requesting assistance with rtfd and attachments
  • Next by thread: Re: Weird message saving to desktop
  • Index(es):
    • Date
    • Thread