Invoke Virtual Keyboard?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10076
- Joined: Fri Feb 19, 2010 10:17 am
Re: Invoke Virtual Keyboard?
The question then is is whether one can use that AppleScript inwith LiveCode.
-
- VIP Livecode Opensource Backer
- Posts: 366
- Joined: Mon Jun 10, 2013 1:32 pm
Re: Invoke Virtual Keyboard?
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
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
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")
Launch "osk.exe" should do it as far as I know, but doesn't.
Lagi