peacemaker Expert Licensed User Longtime User Dec 18, 2017 #1 HI, All Is it possible to show long texts (non-HTML, just plain text) with underlined clickable URLs, if they exist in the text ?
HI, All Is it possible to show long texts (non-HTML, just plain text) with underlined clickable URLs, if they exist in the text ?
Widget Well-Known Member Licensed User Longtime User Dec 19, 2017 #2 peacemaker said: HI, All Is it possible to show long texts (non-HTML, just plain text) with underlined clickable URLs, if they exist in the text ? Click to expand... See the Clickable Text example for CSBuilder. You can handle the word that was clicked using the Word_Click event. https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/ Upvote 0
peacemaker said: HI, All Is it possible to show long texts (non-HTML, just plain text) with underlined clickable URLs, if they exist in the text ? Click to expand... See the Clickable Text example for CSBuilder. You can handle the word that was clicked using the Word_Click event. https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/
peacemaker Expert Licensed User Longtime User Dec 19, 2017 #3 Thanks, it's known. So, it means that no such ready RichLabel view, and i have to make parser + CSbuilder myself Upvote 0
Thanks, it's known. So, it means that no such ready RichLabel view, and i have to make parser + CSbuilder myself
Widget Well-Known Member Licensed User Longtime User Dec 21, 2017 #4 peacemaker said: Thanks, it's known. So, it means that no such ready RichLabel view, and i have to make parser + CSbuilder myself Click to expand... You had mentioned using "plain text" so that is why I recommended CSBuilder. You can try a RichText/RichString library which embeds the formatting in the text itself. Take a look at: https://www.b4x.com/android/forum/t...be-used-with-which-objects.61348/#post-386996 https://www.b4x.com/android/forum/threads/richstring-library.10680/ Upvote 0
peacemaker said: Thanks, it's known. So, it means that no such ready RichLabel view, and i have to make parser + CSbuilder myself Click to expand... You had mentioned using "plain text" so that is why I recommended CSBuilder. You can try a RichText/RichString library which embeds the formatting in the text itself. Take a look at: https://www.b4x.com/android/forum/t...be-used-with-which-objects.61348/#post-386996 https://www.b4x.com/android/forum/threads/richstring-library.10680/