Automating User Input

Bob Sneidar bobsneidar at iotecdigital.com
Mon Feb 3 12:27:33 EST 2020


Is this going to be strictly an LC app or are you going to try and use the browser in LC? I have functions that "remember" things typed into a field, and auto-complete based on what the user types. The weakness is of course that if you have words that are very similar, especially at the beginning, you would need to type a lot before you ever got to the unique word you were looking for. 

I can modify the script so that hitting the right or left (up or down??) arrows will cycle through the matches. 

Bob S


> On Jan 31, 2020, at 16:18 , Peter Reid via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I'm writing an app that needs to complete a couple of forms that are being displayed by a browser as if the user was doing it interactively. This is to save the user from having to enter complex medical terms. If the user were to interact directly with the browser, they could press the tab key repeatedly to move from file to field, checkbox to checkbox etc. I'd like my app to do the same tabbing etc. instead of my user who could sit back and watch the form being completed interactively!
> 
> Any idea whether this is possible and if so how?
> 
> Thanks.
> 
> Peter
> --
> Peter Reid
> Loughborough, UK





More information about the use-livecode mailing list