Page 2 of 2

Re: Invoke Virtual Keyboard?

Posted: Sat Sep 07, 2024 7:54 am
by richmond62
The question then is is whether one can use that AppleScript inwith LiveCode.

Re: Invoke Virtual Keyboard?

Posted: Sat Sep 14, 2024 10:27 pm
by Lagi Pittas
HI All

I had the same problem with a POS system I wrote. Worked on windows 7 but 10 and 11 suspended livecode and queued up the characters.

I just found the answer

Code: Select all

get shell("start osk")
It starts it in a new process so livecode doesnt wait for it.

Launch "osk.exe" should do it as far as I know, but doesn't.

Lagi