• 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: Problems with AppleScript under Ventura
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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:24:45 -0700

> On Sep 15, 2023, at 8:56 AM, Ralph Richardson <email@hidden>
> wrote:
>
> Since the selection ends up on the recipient, you can replace:
> set focused of scroll area of window 1 to true -- (This no longer works.)
>
> with:
> repeat 5 times
> keystroke tab
> end repeat

        Just thought I’d share something I found in my continuing search to fix
my script.  The following single line replaces the repeat loop above:

keystroke tab using shift down

        This will only work if the cursor is in the recipient field, though.
If it's is in another field, you’ll still need a repeat loop.

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

  • Prev by Date: Re: Ann: New eBook AppleScript Latest Reference for v2.8
  • Next by Date: Re: Problems with AppleScript under Ventura
  • Previous by thread: Re: AppleScript-Users Digest, Vol 20, Issue 39
  • Next by thread: Re: Problems with AppleScript under Ventura
  • Index(es):
    • Date
    • Thread