laviniut Active Member Licensed User Longtime User Jul 12, 2013 #1 How can i TTS only a selected text from an edittext view ?
Erel B4X founder Staff member Licensed User Longtime User Jul 14, 2013 #2 You can use the method described here to get the selection end position: EditText - Basic4android Wiki You can then call EditText.SubString2(...) to extract the text. Upvote 0
You can use the method described here to get the selection end position: EditText - Basic4android Wiki You can then call EditText.SubString2(...) to extract the text.