applications launch invisibly in 10.5?
applications launch invisibly in 10.5?
- Subject: applications launch invisibly in 10.5?
- From: Vince Angeloni <email@hidden>
- Date: Wed, 19 Mar 2008 15:10:14 -0500
I thought applications were not supposed to make themselves visible when launched via applescript in Leopard unless they are specifically "activated." I have seen this work with iCal, but it seems to fail with Mail here:
tell application "Mail" set newMessage to make new outgoing message with properties {subject:"test", content:"mytext"} tell newMessage make new to recipient at end of to recipients with properties {name :"yourNameHere", address :"email@hidden"} end tell end tell
Anyone else seeing this? Is there a workaround to get Mail to make & send a new message without showing itself?
TIA
Vince |
_______________________________________________
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