Forum Discussion
scottgarner
9 years agoVisitor
destruk, thank you so much for your answers! Yes, in order to finish the control so that all text navigation makes sense, I had to add a lot of stuff to handle forward/backward carat, and also backspace. That meant I had to map all the keys on the virtual keyboard, and then only worry about 'OK' key presses when those certain buttons were focused. Had to do things to make sure my buffered text matched the screen window, etc. But you sent me off in the right direction. Thanks, again. Really.