KB-36000: Changing the Key Pad displayed in SCADA.

Question:

How can I change the Key Pad displayed on SCADA?

Solution:

To do so, you must uncheck the Enable Key Pad option via Organizer and, via scripts, call another Key Pad. For example, on a SetPoint object’s OnSetFocus event, write the following script:

ShellExecute(“open”, “C:\WINDOWS\system32\osk.exe”)

Thus, the Key Pad registered on Windows will always be displayed.

However, when executing the application on Windows CE, you will not need to write a script, because it always displays the Key Pad registered on Windows. So, to display a different Key Pad, just register it in the system.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *