moore_it Well-Known Member Licensed User Longtime User Jul 12, 2019 #1 Hi all, it's possible to check the keys of keyboard in scrollpane ? For example page up/down, key up etc... Thanks in advice
Hi all, it's possible to check the keys of keyboard in scrollpane ? For example page up/down, key up etc... Thanks in advice
ThRuST Well-Known Member Licensed User Longtime User Jul 13, 2019 #2 @moore_it Hi there, I believe you can use jNativeHookB4J for this. It's an excellent library by Roycefer. Also AWTRobot library might do the trick. Teleporter to jNativeHookB4J standing by here jAWTRobot library can be found here Upvote 0
@moore_it Hi there, I believe you can use jNativeHookB4J for this. It's an excellent library by Roycefer. Also AWTRobot library might do the trick. Teleporter to jNativeHookB4J standing by here jAWTRobot library can be found here
Erel B4X founder Staff member Licensed User Longtime User Jul 14, 2019 #3 You can also use Reflector for this: https://www.b4x.com/b4j/help/jreflection.html#reflector_addeventfilter Example: https://www.b4x.com/android/forum/t...y-into-a-textfield-solved.103389/#post-649585 Upvote 0
You can also use Reflector for this: https://www.b4x.com/b4j/help/jreflection.html#reflector_addeventfilter Example: https://www.b4x.com/android/forum/t...y-into-a-textfield-solved.103389/#post-649585
ThRuST Well-Known Member Licensed User Longtime User Jul 18, 2019 #5 That's what friends are for Upvote 0