Hi all,
I'm writing a B4XPages application that one of the things it does is reading keys from several devices (barcode readers, keyboard, etc).
I've multiple pages in the application.
Is there any way to register a global TextChanged or KeyPress that captures the key presses and then in any page I am I can process them without trying to register a TextChanged in every pages?
Thanks in advance.
I'm writing a B4XPages application that one of the things it does is reading keys from several devices (barcode readers, keyboard, etc).
I've multiple pages in the application.
Is there any way to register a global TextChanged or KeyPress that captures the key presses and then in any page I am I can process them without trying to register a TextChanged in every pages?
Thanks in advance.