tigrot Well-Known Member Licensed User Longtime User Feb 17, 2016 #1 Hi everybody, How can I use a return (from a BT keyboard) to simulate a button press? Thank you Best regards Mauro
Hi everybody, How can I use a return (from a BT keyboard) to simulate a button press? Thank you Best regards Mauro
Erel B4X founder Staff member Licensed User Longtime User Feb 18, 2016 #2 Does it raise the Activity_KeyPress event? Upvote 0
tigrot Well-Known Member Licensed User Longtime User Feb 18, 2016 #3 I think it does(this is what I do now) but only if the focus is in a textbox or some other text editable item. I need to trigger an event, at present I'm testing FLIC, but the support is a little complicate! Thank you very much Mauro Upvote 0
I think it does(this is what I do now) but only if the focus is in a textbox or some other text editable item. I need to trigger an event, at present I'm testing FLIC, but the support is a little complicate! Thank you very much Mauro
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2016 #4 You can put a hidden EditText (set its top property to -100) and set the focus to this field. Upvote 0
tigrot Well-Known Member Licensed User Longtime User Feb 19, 2016 #5 One "out of the balls" field? Nice idea! Thank you Erel. Vulcanic support! Upvote 0