Shouldn't the on screen keyboard of Windows 8 tablets pop up automatically
on touching a text input control?
A client who installed a standalone built with LiveCode 6.7.1 on a Toshiba 
tablet
reports that the soft keyboard doesn't show up tapping a text input field.

Thought that, as a workaround, one possibly could start the keyboard exe
using launch or shell() like:

launch "C:/Program Files/Common Files/microsoft shared/ink/TabTip.exe"
yields "not opened"

or

get shell("start C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe")
yields "The file "C:/Program" could not be found."

or

get shell("start tabtip.exe")
yields "The file "tabtip.exe" could not be found."


Double checked the paths but all this fails, though start tabtip.exe definitely 
works from
the Windows command shell in contrast to
start C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe.

So, how do others show the on screen keyboard on Windows 8 tablets from
LiveCode standalones? Any insights appreciated.


Ralf
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to