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
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
It does not have a layout file.
Any ideas on how to make the click work for this?