Re: refer to current picture
Re: refer to current picture
- Subject: Re: refer to current picture
- From: "koenig.yvan" <email@hidden>
- Date: Mon, 06 Aug 2012 23:34:54 +0200
Le 06/08/2012 à 23:25, Robert Poland < email@hidden> a écrit : On Aug 6, 2012, at 3:18 PM, koenig.yvan wrote: Le 06/08/2012 à 23:01, Robert Poland <email@hidden> a écrit :
Thanks J,
Now I get two copies of the "stupid error" window.
Would be useful to post the offending code. I'm quite sure that something is wrong in it.
Here is a smaller one of many.
(* LargerText - 7/30/12 - do a multiple command "+" to enlarge text *) tell application "Mail" to activate tell application "System Events" keystroke "+" using command down keystroke "+" using command down keystroke "+" using command down end tell
I wouldn't use this code but :
tell application "Mail" to activate tell application "System Events" to tell application process "Mail" keystroke "+" using command down keystroke "+" using command down keystroke "+" using command down end tell
but here, under 10.8, both behave flawlessly.
Yvan KOENIG (VALLAURIS, France) lundi 6 août 2012 23:34:49
|
_______________________________________________
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