10-01-2021 07:04 AM
How do I enter text in a string control using on screen keyboard in labview? Please help
Solved! Go to Solution.
10-01-2021 07:18 AM - edited 10-01-2021 07:19 AM
All you should have to do is click on the string control to where you have the blinking vertical bar, and then start clicking on-screen keyboard buttons.
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
10-01-2021 07:22 AM
I am doing that but the text is not seen on the string control
10-01-2021 07:30 AM - edited 10-01-2021 07:31 AM
If you're at this point, just start clicking keys. I found that if you click the title bar of the On-Screen Keyboard, it will take key focus away from the string and you'll have to re-focus on it. Don't know what other issue you could be having. Is the string enabled?
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
10-01-2021 08:01 AM
In my case the cursor is not seen in the string control. I am attaching an image for reference
10-01-2021 08:09 AM
Please help with the above query as to how keep focus on my string control and enter data in it through on screen keyboard
10-01-2021 08:16 AM
So is this solved or not?
10-01-2021 08:18 AM
No. By mistake I accepted it as a solution. Apologies for that. Please help in how i should keep focus on my string control and enter text in it using on screen keyboard. Thank you
10-01-2021 08:20 AM
In your picture, your front-most window is the On-Screen Keyboard and not the VI. The VI needs to be the front-most window for you to be able to key focus on any control in it.
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
10-01-2021 08:29 AM
Thank you for your quick reply. I did what you said but still not able to input text in the control. Am i missing something code wise. I have used a while loop and within that an event structure which calls the on screen keyboard through system exec.vi as soon as a "mouse down" event comes on string control. Kindly help