Re: Problems with AppleScript under Ventura
Re: Problems with AppleScript under Ventura
- Subject: Re: Problems with AppleScript under Ventura
- From: Jenni via AppleScript-Users <email@hidden>
- Date: Mon, 16 Oct 2023 03:44:31 -0700
> On Sep 15, 2023, at 8:56 AM, Ralph Richardson <email@hidden>
> wrote:
>
> set focused of scroll area of window 1 to true -- (This no longer works.)
And shortly after I sent my last email (of course), I found the fix for
the above code. Under Ventura, the following works:
set focused of scroll area 1 of group 1 of group 1 of window 1 to true
And this will work no matter which field is currently selected in Mail.
BTW, I found this using Script Debugger’s dictionary under the Explorer
tab, under processes. A very handy tool indeed!
Marc
_______________________________________________
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