Re: Do AppleScript incomplete typing

2025-03-04 Thread Niggemann, Bernd via use-livecode
Bill Vlahos wrote: >This syntax doesn’t work. >set the itemDelimiter to tab >put "tell application " & quote & "System Events" & quote & return &\ >"keystroke " & quote & item 1 of field "Reference" & quote & return &\ >"delay 1 " & quote & return &\ >"end tell" into AScript >putText AScript The

Re: Do AppleScript incomplete typing

2025-03-04 Thread Bill Vlahos via use-livecode
Bernd, That fixed it! Thank you so much. I’ll test it further, but it is working consistently so far. Here is the final script. I put the delay before the keystroke command. set the itemDelimiter to tab put "tell application " & quote & "System Events" & quote & return &\ "delay 1" & return &

Re: Do AppleScript incomplete typing

2025-03-04 Thread Bill Vlahos via use-livecode
Bernd, This syntax doesn’t work. set the itemDelimiter to tab put "tell application " & quote & "System Events" & quote & return &\ "keystroke " & quote & item 1 of field "Reference" & quote & return &\ "delay 1 " & quote & return &\ "end tell" into AScript putText AScript How do I includ

Re: Do AppleScript incomplete typing

2025-03-03 Thread Niggemann, Bernd via use-livecode
Hi Bill, have you tried to add a delay to the AppleScript? delay 1 Kind regards Bernd ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.r

Do AppleScript incomplete typing

2025-03-02 Thread Bill Vlahos via use-livecode
The following script in LiveCode 9.6.13 is not keystroking the variable consistently. It varies each time. It is as though something is timing out or the communications is stepping on itself. This used to work consistently in previous versions of the Mac OS on Intel chips. M2 MacBook Air OS 15