Re: Scripting Preview Pane in Entourage
Re: Scripting Preview Pane in Entourage
- Subject: Re: Scripting Preview Pane in Entourage
- From: Martin Orpen <email@hidden>
- Date: Wed, 23 Mar 2005 17:52:59 +0000
on 23/3/05 5:32 pm, Todd Geist at email@hidden wrote:
> Hello Everyone,
>
> I am trying to script changing Preview Pane to "On Right in MS Entourage. I
> think I need to use GUI Scripting to do it. But the script which I got from
> apple's GUI scripting page doesn't seem work (see below)
>
> Does anybody have any ideas?
There's probably a better method than UI, but this should do it:
activate application "Microsoft Entourage"
tell application "System Events"
tell process "Microsoft Entourage"
keystroke "\\" using {command down}
end tell
end tell
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden