From here I found the LongTextSimple which is very helpful for me:
I need to be able to click on the text and have that occur.
I tried adding it to the code as:
but it does not work.
Any ideas?
Best view (control) for showing a large text file
In my application I need to show some instructions (nearly 200 lines). I created a new activity and added the text in an edittext-control. It works but the scrolling of the lines is not the best. Perhaps there is a better control for showing large text-files? Any ideas?
www.b4x.com
I need to be able to click on the text and have that occur.
I tried adding it to the code as:
Click?:
Sub scvText_Click
LogColor("ScvText_Click",Colors.Blue)
End Sub
Sub lblText_Click
LogColor("LblText_Click",Colors.Blue)
End Sub
but it does not work.
Any ideas?