John Woodsmall Active Member Licensed User Longtime User Jul 30, 2016 #1 After the keyboard's Siri comes up and you speak and you see the "Done" link (or button) and the text appears in the text box and you press the "Done" is there an event to trap the event so that you can transport the result ?
After the keyboard's Siri comes up and you speak and you see the "Done" link (or button) and the text appears in the text box and you press the "Done" is there an event to trap the event so that you can transport the result ?
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2016 #2 EnterPressed event. Upvote 0
John Woodsmall Active Member Licensed User Longtime User Jul 31, 2016 #3 ok...thanks but how do you hide the Keyboard inside this event? Upvote 0
tufanv Expert Licensed User Longtime User Jul 31, 2016 #4 John Woodsmall said: ok...thanks but how do you hide the Keyboard inside this event? Click to expand... normally you can hide the keyboard with page1.resignfocus I Upvote 0
John Woodsmall said: ok...thanks but how do you hide the Keyboard inside this event? Click to expand... normally you can hide the keyboard with page1.resignfocus I
John Woodsmall Active Member Licensed User Longtime User Jul 31, 2016 #5 Did not do anything. B4X: Sub speak_text_1_EnterPressed Page7.resignfocus End Sub Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2016 #6 Page.ResignFocus should work. It should also work automatically if it is a TextField. If it doesn't work for you then please create a small example and upload it. Upvote 0
Page.ResignFocus should work. It should also work automatically if it is a TextField. If it doesn't work for you then please create a small example and upload it.