LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

soft keyboard for touch panel operation

Hi,
 
I am writing an application with two layers on the panel: one for everybody and one for experts. The latter layer will be password-protected. The application shall only be operated via touchpanel. There will be no hardware keyboard. I have seen software solutions which were written in Visual Basic. They used a kind of soft keyboard which was shown on the screen if the user needed to type in a password. Does anybody know about a similar solution for LabVIEW?
 
Thanks for any hint,
Peter
0 Kudos
Message 1 of 5
(3,693 Views)
Here are a few examples with keypads:
 
 
 
 
You can also use the System Exec VI to call the OSK executable. It will launch the windows virtual keyboard (OSK stands for On-Screen Keyboard). You will need to set the focus for your field after opening it.

___________________
Try to take over the world!
Message 2 of 5
(3,689 Views)

hi there

under windows thats a feature of the os. i only know german windows (Start->Programme->Zubehör->Eingabehilfen->Bildschirmtastatur). search for %SystemRoot%\system32\osk.exe.

best regards

chris

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 3 of 5
(3,690 Views)

Hi folks,

great! I didn't expect the solution to be that simple.

There is one minor problem left: The user shall not be able to operate the windows key on the OSK because he would be able to leave the user interface of the running program. Is there any possibility to hide or to inactivate certain keys on the OSK?

Peter

0 Kudos
Message 4 of 5
(3,681 Views)

Not that I'm aware of.

You can try 2 directions - build your own keyboard, similar to the examples I linked to or look into disabling the windows key in windows itself. I assume it will affect the virtual keyboard as well.


___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(3,674 Views)