B B4JExplorer Active Member Licensed User Longtime User Dec 27, 2013 #1 Somewhere down the line, B4J is going to need to be able to process individual keystrokes in Text Boxes, like Jabaco's xxxx_KeyPress(KeyAscii As Integer) event. Maybe B4J already has a way to do this, but it's not explicitly named.
Somewhere down the line, B4J is going to need to be able to process individual keystrokes in Text Boxes, like Jabaco's xxxx_KeyPress(KeyAscii As Integer) event. Maybe B4J already has a way to do this, but it's not explicitly named.
agraham Expert Licensed User Longtime User Dec 27, 2013 #2 Look at event and filter handlers in my latest Reflection library. http://www.b4x.com/android/forum/threads/jreflection-library.35448/
Look at event and filter handlers in my latest Reflection library. http://www.b4x.com/android/forum/threads/jreflection-library.35448/
B B4JExplorer Active Member Licensed User Longtime User Dec 27, 2013 #3 Taking a look now, thanks agraham. But I think it should still be native to B4J. Most likely, it's on the to-do list.
Taking a look now, thanks agraham. But I think it should still be native to B4J. Most likely, it's on the to-do list.