P peggjones Active Member Licensed User Aug 1, 2019 #1 I want to display some text in an edit text with some words underlined. How would I do the underling? Thanks to
I want to display some text in an edit text with some words underlined. How would I do the underling? Thanks to
DonManfred Expert Licensed User Aug 1, 2019 #2 peggjones said: How would I do the underling? Click to expand... I never saw any such feature in Androidapps. I don´t think this is possible.
peggjones said: How would I do the underling? Click to expand... I never saw any such feature in Androidapps. I don´t think this is possible.
MarcoRome Expert Licensed User Aug 1, 2019 #3 Type this ? if yes look https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content
Type this ? if yes look https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content
M Mahares Well Known Member Licensed User Aug 1, 2019 #4 Here is an example in its simplest form: B4X: Dim cs As CSBuilder cs.Initialize.Append("Fo").Underline.Append("rum").PopAll EditText1.Text=cs
Here is an example in its simplest form: B4X: Dim cs As CSBuilder cs.Initialize.Append("Fo").Underline.Append("rum").PopAll EditText1.Text=cs