hey, has anyone seen a code out there seen an onscreen keyboard that will insert text into whatever field is currently active? I can do it with only one input, but I can't get it to insert into the active field. anything you guys have seen?
“There are two kinds of failures: those who thought and never did, and those who did and never thought.” - Dr. Laurence J. Peter quotes (American "hierarchiologist", Educator and Writer, 1919-1990)
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.
thanks! it works great. one question tho, is there anyway to make it so that when I select the text it will overwrite it.....currently, even if I select text, it adds to the end just like it would if the cursor was at the end of the text
close, but I don't want on focus, I only want it to overwrite if it is selected. so I have the word knee, and I want to only change the two "e"'s, I would like to highlight them, then be able to use the keypad and replace the two letters....not by pushing delete twice
close, but I don't want on focus, I only want it to overwrite if it is selected. so I have the word knee, and I want to only change the two "e"'s, I would like to highlight them, then be able to use the keypad and replace the two letters....not by pushing delete twice
It seems inconsistent to use an on-screen keyboard but expect users to select text with their mouse. What is wrong with backspacing twice?
And in any case it is a lot quicker to simply type text into a textbox without the palaver of having to use an on-screen keyboard.
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.